11 messages in com.perforce.perforce-user[p4] newly created files
FromSent OnAttachments
Adrian Kalaveshi11 Dec 2003 13:00 
Trey Hyde11 Dec 2003 13:11 
Jim Crossley11 Dec 2003 13:19 
Jason Williams11 Dec 2003 13:33 
Wright, Richard11 Dec 2003 13:34 
Jason Williams11 Dec 2003 13:44 
Trey Hyde11 Dec 2003 13:59 
Doug Palmer11 Dec 2003 14:15 
Vinny Murphy11 Dec 2003 14:29 
Noel Yap11 Dec 2003 14:33 
Wright, Richard11 Dec 2003 14:48 
Subject:[p4] newly created files
From:Noel Yap (Noel@morganstanley.com)
Date:12/11/2003 02:33:44 PM
List:com.perforce.perforce-user

"Wright, Richard" wrote:

Under the bash shell, I do the following (note that this only lists the files, it doesn't try to add them.):

find . -type f | p4 -x - files > /dev/null

Hmmm, I generally do:

find . -type f | xargs p4 add

There is a lot of room for improvement in the above, but it was something I threw together quickly to help out a couple developers who kept forgetting to check in new files.

Funny, I'm currently working on getting the makefile to check whether something
going into the build is known to the client. It'll error out if it's not.

Noel