Fwd: Re: pvcs to cvs and magic branches

2001-07-14 Thread Jim Gallagher
Basically, my changes to the script fixed the part that was breaking on my archives, but the changes broke other parts (including this one.) I can fix it OK, but I hate working on code whose purpose I don't understand. Thanks for the replys, Jim > But then, why expend all this extra effort to

Re: pvcs to cvs and magic branches

2001-07-13 Thread Greg A. Woods
[ On Friday, July 13, 2001 at 13:36:39 (-0400), Eric Siegerman wrote: ] > Subject: Re: pvcs to cvs and magic branches > > But then, why expend all this extra effort to do something > counter to CVS's documented design, just because you ought to be > able to get away with

Re: pvcs to cvs and magic branches

2001-07-13 Thread Eric Siegerman
On Thu, Jul 12, 2001 at 10:32:30PM -0400, Greg A. Woods wrote: > [ On Thursday, July 12, 2001 at 17:00:41 (-0700), Jim Gallagher wrote: ] > > Subject: Re: pvcs to cvs and magic branches > > > > I'm sorry, but I still don't understand. What would be affected in CV

Re: pvcs to cvs and magic branches

2001-07-12 Thread Greg A. Woods
[ On Thursday, July 12, 2001 at 17:00:41 (-0700), Jim Gallagher wrote: ] > Subject: Re: pvcs to cvs and magic branches > > I'm sorry, but I still don't understand. What would be affected in CVS if odd > numbered branches were created during the conversion from PVCS? Would I

Re: pvcs to cvs and magic branches

2001-07-12 Thread Jim Gallagher
On Thursday 12 July 2001 13:56, you wrote: > [ On Thursday, July 12, 2001 at 13:31:01 (-0400), Eric Siegerman wrote: ] > > > Subject: Re: pvcs to cvs and magic branches > > > > It's CVS, not RCS, that wants branch numbers to be even. I'm not > > sure why.

Re: pvcs to cvs and magic branches

2001-07-12 Thread Greg A. [EMAIL PROTECTED] (Greg A. Woods)
[ On Thursday, July 12, 2001 at 13:31:01 (-0400), Eric Siegerman wrote: ] > Subject: Re: pvcs to cvs and magic branches > > It's CVS, not RCS, that wants branch numbers to be even. I'm not > sure why. (Exception: the vendor branch is 1.1.1 by default.) The "magic&quo

Re: pvcs to cvs and magic branches

2001-07-12 Thread Eric Siegerman
On Thu, Jul 12, 2001 at 09:00:38AM -0700, Jim Gallagher wrote: > What is the reasoning for multiplying all branch revs by 2? RCS doesn't > require this. I thought that cvs could read rcs archives without a > problem. It's CVS, not RCS, that wants branch numbers to be even. I'm not sure why. (

pvcs to cvs and magic branches

2001-07-12 Thread Jim Gallagher
I'm in the process of converting a project from pvcs to cvs. I found the pvcs2cvs.pl script, which basically extracts each rev from pvcs and then checks it into rcs. I'm tweaking the script to handle some cases the original author didn't expect, and I'm very curious about a section of the script