Re: [p4] Syncing all files to one folder
Jeff A. Bowles <jab <at> pobox.com>
2008-06-03 16:02:54 GMT
I think Greg is on the right track: ask the workflow questions at this
point, and determine how much of this is necessary and helpful.
The point about "explicitly map these folders" is a good idea, even if it
sounds like it is not extensible. ("You mean I'll have to re-edit the view
for every new folder?")
- The points for doing it this way are, that you don't want new
folders/areas without knowing about them.
- The argument against looks like this: "you want me to re-edit that
thing every time, for something that could be automated?"
I would remind you that any wild card that looks like
"//something/.../inc/..." can take some cpu-time to sort through. This
construct, in a protection table, can be a problem for server performance;
in a client spec, it might still be less than a bed of roses.
-Jeff Bowles
On Tue, Jun 3, 2008 at 6:39 AM, Greg Whitfield <
Greg.Whitfield <at> lightworkdesign.com> wrote:
> As earlier replies have mentioned, you need to be careful with the
> wildcards. You also need to ensure that there are no duplicate filenames
> in the 100+ separate INC folders as this would not easily show up in the
> one big folder.
>
> Is there a deeper-seated problem here in the organisation of your code
> and modules that you are trying to work around?
>
> I was just wondering why you need to do this. If it is a deployment
(Continue reading)