An alternative method of adding new files on Windows is to use P4EXP - the
Windows Explorer plugin - it will recursively add a directory tree if you
right click on it.
Note that you may wish to use the P4CONFIG way of setting your environment
(P4PORT/P4CLIENT etc) - this is picked up by P4EXP.
Robert
-----Original Message-----
From: perforce-user-bounces at perforce.com
[mailto:perforce-user-bounces at perforce.com] On Behalf Of Lars Thegler
Sent: 07 February 2005 09:09
To: Stephen Vance; Max Khusid; perforce-user at perforce.com
Subject: RE: [p4] Detecting files on client but not in the depot
Stephen Vance wrote:
Specifically to see files that Perforce doesn't yet know about, you
can
1) Do it from the Windows command line with 'DIR /S/B/A-D | p4 -x -
add'
2) Do it from the Unix command line with 'find . -type f -print
| p4 -x - add'
You might want to do 'find . -type f -o -type l | p4 -x -
add' instead, if you have any symbolic links you want added.
3) See which files from P4Win by changing your View setting
to Local
Files Not In Depot
4) Drag the folder from Windows
Explorer to P4Win and follow the dialogs.
/Lars