cvs-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Cvs-cvs] ccvs/src ChangeLog rcs.c [cvs1-11-x-branch]


From: Larry Jones
Subject: Re: [Cvs-cvs] ccvs/src ChangeLog rcs.c [cvs1-11-x-branch]
Date: Tue, 9 May 2006 22:15:44 -0400 (EDT)

Mark D. Baushke writes:
> 
> Log message:
>       * rcs.c (findhighestmagicrev_proc): New function to find the
>       highest magic rev with the required number of dots.

I think you may have jummped the gun on this one, Mark.  As implemented,
this function finds the highest rev across *all* branches with the right
number of dots, not just branches rooted at the same revision.  So, for
example, if you have a number of branches off 1.1 -- 1.1.0.2, 1.1.0.4,
and 1.1.0.6, for example -- and then create a new branch off of 1.2,
you'll get 1.2.0.8 instead of 1.2.0.2 like you should.  In fact, I see
now that it checks *all* tags with the right number of dots, not just
magic branch tags, so plain revision tags will pollute the branch
number, too.

-Larry Jones

You're going to be pretty lonely in the nursing home. -- Calvin




reply via email to

[Prev in Thread] Current Thread [Next in Thread]