On Mon, 17 Dec 2001 01:38:40 +0000 (UTC), "Terris" <[EMAIL PROTECTED]>
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
[EMAIL PROTECTED]
http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt

Reply via email to