Re: Can perforce gateway to CVS without loss of metadata? (was Re: code repository)

2000-09-13 Thread Barrie Slaymaker
I wrote: > > Nick Ing-Simmons wrote: > > > > > > I see no reason why the perforce changes cannot be 'checked in' to CVS > > one-by-one so that CVS builds its own representation of the change history. > > I've got this working now in a program called 'vcp', I need to test > p4->cvs updates using

Re: Can perforce gateway to CVS without loss of metadata? (was Re: code repository)

2000-09-13 Thread Adam Turoff
On Wed, Sep 13, 2000 at 07:41:01AM -0400, Barrie Slaymaker wrote: > Some progress. Below is the cvs log from perl.c for the first 800 and some > changes. There's a few bugs to work out yet (including the one in VCP::Dest::cvs > that crapped out at change 871, but you get the idea. It's also not

Re: Can perforce gateway to CVS without loss of metadata? (was Re: code repository)

2000-09-13 Thread Barrie Slaymaker
Adam Turoff wrote: > > > Feedback welcome. > > I noticed that CVS reports this as part of the version logs: > > date: 2000/09/13 05:49:30; author: cvs; state: Exp; lines: +19 -19 Yup: not sure how to orchestrate logging in to the server as different usernames, or su'ing to be different user

Re: Can perforce gateway to CVS without loss of metadata? (was Re: code repository)

2000-09-13 Thread Adam Turoff
On Wed, Sep 13, 2000 at 09:59:09PM -0400, Barrie Slaymaker wrote: > Adam Turoff wrote: > > > Feedback welcome. > > > > I noticed that CVS reports this as part of the version logs: > > > > date: 2000/09/13 05:49:30; author: cvs; state: Exp; lines: +19 -19 > > Yup: not sure how to orchestrate

Re: Can perforce gateway to CVS without loss of metadata? (was Re: code repository)

2000-09-13 Thread Barrie Slaymaker
Adam Turoff wrote: > > On Wed, Sep 13, 2000 at 09:59:09PM -0400, Barrie Slaymaker wrote: > > Adam Turoff wrote: > > > > Feedback welcome. > > > > > > I noticed that CVS reports this as part of the version logs: > > > > > > date: 2000/09/13 05:49:30; author: cvs; state: Exp; lines: +19 -19 > >

Re: Can perforce gateway to CVS without loss of metadata? (was Re: code repository)

2000-09-13 Thread Adam Turoff
On Wed, Sep 13, 2000 at 11:16:47PM -0400, Barrie Slaymaker wrote: > Adam Turoff wrote: > > Well, use CVS, not su. > > the su was for when not using the pserver, since I'm not sure whether CVS uses > your UID, or some environment variable to grab your user name when not using > the pserver. Oh, t