11 messages in com.perforce.perforce-user[p4] Question about branching/integra...
FromSent OnAttachments
David Rybolt14 Jun 2004 00:39 
Chuck Karish14 Jun 2004 06:27 
Noel Yap14 Jun 2004 07:37 
David Rybolt14 Jun 2004 11:12 
Dave Lewis14 Jun 2004 12:16 
David Rybolt14 Jun 2004 13:08 
Noel Yap14 Jun 2004 13:13 
Russell C. Jackson14 Jun 2004 14:43 
Dave Lewis14 Jun 2004 18:10 
Chuck Karish15 Jun 2004 09:31 
ste...@vance.com16 Jun 2004 19:11 
Subject:[p4] Question about branching/integrating
From:David Rybolt (da@yahoo.com)
Date:06/14/2004 11:12:57 AM
List:com.perforce.perforce-user

--- Noel Yap <Noel.Yap at morganstanley.com> wrote:

I don't quite understand this last part. Can you give an example, please?

Thanks, Noel

I'll give it a shot:

1. //depot/a/... was branched to //depot/b/... 2. Files in //depot/a/... were edited. 3. Files in //depot/b/... were edited. 4. //depot/b/... was merged into //depot/a/... 5. Developers now want a new place to check in some files. They _don't_ know if they want to incorporate the latest //depot/a/... code, but they _do_ know they want to incorporate all of the //depot/b/... code.

I'll create //depot/c/... , but I don't know where to branch it from.

For #5, we don't know if //depot/c/ will be released to production before or after //depot/a/ .

My inclination is to branch from //depot/b/, but that seems to cause lots of merging headaches, later.

Dave