[p4] How many of you use a sandbox area for user items.

Slava Imeshev imeshev at yahoo.com
Mon May 8 19:53:55 PDT 2006


----- Original Message ----- 
From: "Brian Colfer" <briancolfer at comcast.net>
To: <perforce-user at perforce.com>
Sent: Monday, May 08, 2006 6:16 PM
Subject: [p4] How many of you use a sandbox area for user items.


> List,   do you use a sandbox ... or other area defined for user specific
> items?  
> 
> That is besides ... you Stephen P. 

Generally we recommend our customers to limit items that 
are not a part of the depot view to the build results stored under 
a single directory. Such directory is called temp usually.

This allows to clean up such directory at a single shot as a part
of the build process, something along the 

  make clean 

lines.

The directory structure under the root of the client spec aka workplace 
usually looks as the following if this approach is followed:

./3rdparty
./src
./bin
./doc
./temp

This way those "user-specific" items are contained to the temp dir
and don't intersect with normal operations on the workplace.

Regards,

Slava Imeshev



More information about the perforce-user mailing list