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.
Fabiano Marinho Carneiro da Cunha wrote: >When I commit my files, automatically the cvs server changes the revision from 1.1 to 1.2, >1.2 to 1.3, 1.3 to 1.4 .... > >How can I change the CVS Revision from 1.x to 2.x ? > By using the -r option to "cvs commit" (but see below). >I use TortoiseCVS as the client. > This capability is, by design, *not* included in TortoiseCVS. It is bad practice to attach significance to the revision number. Use a tag instead. -Torsten