5 messages in com.perforce.perforce-user[p4] P4Win Enhancements
FromSent OnAttachments
Ryan Gribble18 Mar 2003 16:02 
Cris Holdorph18 Mar 2003 16:13 
Jonathan Arnold19 Mar 2003 14:30 
Cris Holdorph19 Mar 2003 15:35 
Dave Lewis19 Mar 2003 15:46 
Subject:[p4] P4Win Enhancements
From:Dave Lewis (dle@vignette.com)
Date:03/19/2003 03:46:37 PM
List:com.perforce.perforce-user

Because "p4 add *.*" does not work with subdirectory trees. And if

> you do a "find . -type f -exec p4 add {} \;" on a directory tree > with a LARGE number of files... Well, let's just say it's inefficient. > Which is part of what I was saying about the script I have, it's not > very efficient either.

change it to find . -type f -print| p4 -x - add and it will run pretty fast

dave