[cvsnt] Re: commit followed by a tag

Tony Hoyle tmh at nodomain.org
Fri Feb 4 18:59:21 GMT 2005


Matt Schuckmann wrote:
> Ok, whats a bug and commit identifer, how do you create them, how do you see
> them search for them.
> How do you use them to check out etc.
> I've seen nothing in any documentation on these.

Or see cvs -H commit and cvs -H update (or 
http://www.cvsnt.org/manual/commit.html which is about the only official 
documentation at the moment I think).

commit identifiers are automatically assigned to each commit so files 
committed at one time can be grouped, you just refer to them as @xxx 
(the revision committed) or @<xxx (the revision before, for comparisons).

Bug identifiers are a manual version of this that track changes for a 
particular purpose.

Tony



More information about the cvsnt mailing list