[cvsnt] Re: List of tags and branches on a BRANCH
Gerhard Fiedler
lists at connectionbrazil.com
Thu Dec 29 09:52:48 GMT 2005
rajiv kumar wrote:
> I am curious to know does CVSNT provides any command/script to get the
> list of all the tag/branch names created on top of a BRANCH.
I think you have to parse the output of cvs log, and you have to do that
file by file (as the list of tags and branches may be different for every
file).
All tags on a branch have a revision number that starts with the branch
revision. All sub-branches of a branch also have revision numbers that
start with the branch revision.
Gerhard
More information about the cvsnt
mailing list