13 messages in com.perforce.perforce-user[p4] Moving directories?| From | Sent On | Attachments |
|---|---|---|
| Chad Reeder | 09 May 2001 09:54 | |
| Stephen Vance | 09 May 2001 10:45 | |
| Jeff A. Bowles | 09 May 2001 10:49 | |
| Ganesh Kondal | 09 May 2001 12:14 | |
| Peter Theunis | 09 May 2001 13:12 | |
| Stephen Vance | 09 May 2001 13:12 | |
| Justus Pendleton | 09 May 2001 13:35 | |
| Ganesh Kondal | 10 May 2001 09:40 | |
| Ganesh Kondal | 14 May 2001 11:50 | |
| Stephen Vance | 14 May 2001 14:36 | |
| Ganesh Kondal | 14 May 2001 14:53 | |
| Ganesh Kondal | 15 May 2001 14:08 | |
| Stephen Vance | 15 May 2001 14:22 |
| Subject: | [p4] Moving directories?![]() |
|---|---|
| From: | Stephen Vance (ste...@vance.com) |
| Date: | 05/09/2001 10:45:00 AM |
| List: | com.perforce.perforce-user |
The basic technique is the same as rename a file (see 'p4 help rename'). The trick is realizing that exactly matching wildcards work, too.
p4 integ //depot/project3.1/... //depot/project3/project3.1/... p4 integ //depot/project3.2/... //depot/project3/project3.2/... p4 integ //depot/project3.3/... //depot/project3/project3.3/... p4 delete //depot/project3.*/...
You need to make sure that your client view maps all of the source and target directories, though.
Steve
At 09:54 AM 5/9/2001 -0700, Chad Reeder wrote:
I looking for the best way to group a bunch of directories together and move them under a new folder. We currently have a bunch of projects under //depot and one of those products has multiple "psuedo branches" under the //depot directory. I would like to move them to a "root" project directory as to organize the depot. i.e.:
//depot /project1 /project2 /project3.1 /project3.2 /project3.3 /project4
into:
//depot /project1 /project2 /project3 /project3.1 /project3.2 /project3.* /project4
Also I assume that any label made previously based on any of these "braches" will update themselves. Over will I need to massage them some how to reflect this new structure?
Thanks in advance
Chad Reeder Release Engineer Telespree Communications 408.252.7217 x526
_______________________________________________ perforce-user mailing list - perforce-user at perforce.com http://maillist.perforce.com/mailman/listinfo/perforce-user
Stephen Vance mailto:steve at vance.com http://www.vance.com/




