6 messages in com.perforce.perforce-user[p4] Detecting files on client but no...
FromSent OnAttachments
Max Khusid04 Feb 2005 11:55 
Stephen Vance04 Feb 2005 13:02 
Grills, Jeff04 Feb 2005 13:08 
jab04 Feb 2005 20:33 
Lars Thegler07 Feb 2005 01:08 
Robert Cowham07 Feb 2005 03:27 
Subject:[p4] Detecting files on client but not in the depot
From:Robert Cowham (rob@vaccaperna.co.uk)
Date:02/07/2005 03:27:21 AM
List:com.perforce.perforce-user

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