14 messages in com.perforce.perforce-user[p4] adding files to a depot recursively
FromSent OnAttachments
Matt Harp26 Apr 2002 06:48 
Dirk Ringe26 Apr 2002 07:07 
Sebastian Rahtz26 Apr 2002 07:13 
Nick Barnes26 Apr 2002 07:24 
Tyler, Tom26 Apr 2002 08:34 
Jason Williams26 Apr 2002 11:38 
Blake Ramsdell26 Apr 2002 15:17 
Sebastian Rahtz26 Apr 2002 15:45 
Jonathan Biggar26 Apr 2002 15:51 
Jason Williams26 Apr 2002 15:52 
Stephen Vance27 Apr 2002 15:05 
Chuck Karish27 Apr 2002 17:33 
Blake Ramsdell27 Apr 2002 19:33 
Luke Chastain29 Apr 2002 10:36 
Subject:[p4] adding files to a depot recursively
From:Sebastian Rahtz (seba@computing-services.oxford.ac.uk)
Date:04/26/2002 07:13:24 AM
List:com.perforce.perforce-user

On Fri, Apr 26, 2002 at 09:48:43AM -0400, Matt Harp wrote:

I am trying to get a couple thousand files into Perforce to do some stress testing, and I've not been able to add directories recursively. I looked at the help, and it doesn't mention that, but it seems like that kind of functionality should be somewhere in Perforce?

Anyone know how to add files and directories recursively?

find . -type f | p4 -x - add

(assuming you use Linux/Unix)