[Cvsnt] General CVS revision question
Bo Berglund
bo.berglund at telia.com
Mon Dec 17 07:02:19 GMT 2001
On Mon, 17 Dec 2001 01:38:40 +0000 (UTC), "Terris" <terris at terris.com>
wrote:
>Files generally start at revision 1.1, then go to
>1.2, 1.2, 1.3, and so on. Which command
>causes CVS to increment the major revision
>number? e.g., 2.1
>
Commit option:
-r revision
Commit to revision. revision must be either a branch, or a revision
on the main trunk that is higher than any existing revision number
(see Assigning revisions). You cannot commit to a specific revision
on a branch.
Example:
cvs commit -m "new revision" -r 2.2 nissedoc.txt
/Bo
_______________________________________________
Cvsnt mailing list
Cvsnt at cvsnt.org
http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt
More information about the cvsnt
mailing list