4 messages in com.perforce.perforce-user[p4] Create Branch based on labelname?
FromSent OnAttachments
Jim Hanrahan04 Sep 2003 16:28.dat
Rich Ireland04 Sep 2003 18:55 
Robert Cowham05 Sep 2003 00:21 
Peter Anderson08 Sep 2003 01:08.dat
Subject:[p4] Create Branch based on labelname?
From:Rich Ireland (rich@idahotech.com)
Date:09/04/2003 06:55:13 PM
List:com.perforce.perforce-user

Jim Hanrahan wrote:

How to I create branch

//depot/dev

to

//depot/rel

based on a labelname created with file revs under //depot/dev.

How?

With p4win (I haven't used p4v yet) use the 'source revision range' tab with the integration or with the command line:

p4 integrate //depot/dev/... at labelname //depot/rel/...

or

p4 integrate -b branchname -s //depot/dev/... at labelname

Where the branchname spec has a mapping of:

//depot/dev/... //depot/rel/...