Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
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