Re: matching a tag to a branch

Jim Perrier <[email protected]> Wed, 29 Feb 2012 08:10:31 -0500
Newsgroups gmane.comp.version-control.cvs.general
Message-ID <[email protected]>
Sorry about the direct reply. You're right about the zero as the second 
character. The only problem is that it returns all the branches, not 
just the one ABC_1_0_I333 was created on. My search for the correct 
wheel continues.

\Jim



On 2/22/2012 7:29 PM, Arthur Barrett wrote:
> Hi Jim,
> Please send questions to the group, not direct to me.
> My idea was not so much to use a GUI tool, as in use the code that the 
> GUI tool uses.  The point of open source software is to reuse the code...
> I tested this on CVSNT 2.8:
> cvs log -hr:ABC_1_0_I333
> If you search the output for revisions with a zero as the second last 
> character, you'll get the branches that ABC_1_0_I333 is on.
> Regards,
> Arthur