18 messages in com.perforce.revml[revml] Re: [p4] Migrate p4 depot to ...
FromSent OnAttachments
Barrie Slaymaker31 Jul 2001 05:54 
Barrie Slaymaker31 Jul 2001 16:51 
Barrie Slaymaker02 Aug 2001 06:30 
Chris Shenton02 Aug 2001 09:44 
Barrie Slaymaker02 Aug 2001 10:06 
Chris Shenton02 Aug 2001 10:12 
Barrie Slaymaker02 Aug 2001 10:32 
Chris Shenton02 Aug 2001 10:49 
Barrie Slaymaker02 Aug 2001 11:02 
Chris Shenton02 Aug 2001 11:12 
Barrie Slaymaker02 Aug 2001 12:22 
Chris Shenton02 Aug 2001 13:30 
Barrie Slaymaker03 Aug 2001 07:02 
Chris Shenton03 Aug 2001 11:57 
Stephen Vance03 Aug 2001 12:53 
Barrie Slaymaker04 Aug 2001 03:42 
Stephen Vance06 Aug 2001 16:51 
Barrie Slaymaker06 Aug 2001 18:00 
Subject:[revml] Re: [p4] Migrate p4 depot to RCS or CVS? :-/
From:Barrie Slaymaker (barr@slaysys.com)
Date:08/04/2001 03:42:23 AM
List:com.perforce.revml

On Fri, Aug 03, 2001 at 03:53:28PM -0400, Stephen Vance wrote:

Barrie --

Although all of the information necessary is present in the perforce metadata, sequencing it properly for replay would be computationally intensive. There is no way to create the branching metadata apart from replaying a transaction sequence, either. Ideally, to support revml and vcp to its potential, there should be a way to insert a version history and the associated merge metadata without replaying the full transactions. Especially with the new ability to obliterate version ranges, it's possible to affect historical metadata in ways that vcp could not divine.

I though VCP could look at the branch and tell from whence it came:

barries@//jester/tmp$ p4 filelog b/f //depot/b/f ... #2 change 5 edit on 2001/08/04 by barries@jester (text)
'branch rev 2 ' ... #1 change 4 branch on 2001/08/04 by barries@jester (text) 'Create branch
' ... ... branch from //depot/f#1,#3

by looking at the "#3" on the last line and seeing what rev it branched from. What am I not knowing?

In CVS, the branch number indicates the branch point, which makes cvs->p4 with branching a possibility.

But it sounds like I'm better off focusing on the NT port with Sean.

- Barrie