13 messages in com.perforce.perforce-user[p4] Moving directories?
FromSent OnAttachments
Chad Reeder09 May 2001 09:54 
Stephen Vance09 May 2001 10:45 
Jeff A. Bowles09 May 2001 10:49 
Ganesh Kondal09 May 2001 12:14 
Peter Theunis09 May 2001 13:12 
Stephen Vance09 May 2001 13:12 
Justus Pendleton09 May 2001 13:35 
Ganesh Kondal10 May 2001 09:40 
Ganesh Kondal14 May 2001 11:50 
Stephen Vance14 May 2001 14:36 
Ganesh Kondal14 May 2001 14:53 
Ganesh Kondal15 May 2001 14:08 
Stephen Vance15 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