6 messages in com.perforce.perforce-user[p4] new and a populating question
FromSent OnAttachments
Peter Theunis31 Jul 2000 20:29 
Jeff A. Bowles31 Jul 2000 20:52 
Jo Woodison31 Jul 2000 22:45 
Joe Cotellese01 Aug 2000 06:57.py
Steve Cogorno01 Aug 2000 10:29 
Peter Theunis01 Aug 2000 10:41 
Subject:[p4] new and a populating question
From:Steve Cogorno (Stev@Eng.Sun.COM)
Date:08/01/2000 10:29:00 AM
List:com.perforce.perforce-user

Jo Woodison said:

Unless you don't use Windows clients... on Unix you would follow Jeff's command line steps (or, define your client workspace to encompass the files you wish to add), and issue a: find . -type f -print | p4 -x - add

I prefer:

find . ! -type d | p4 -x - add

I've been bitten many times in the past by symbolic links that never got added (because they are not type "f").