Home | Mirror | Search |
set up a release number
$ cvs tag release_1_0 cvs tag: Tagging . T file cvs tag: Tagging dir1 T dir1/file1 cvs tag: Tagging dir2 T dir2/file1 T dir2/file2
beginning next one milestone
$ cvs commit -r 2 Log message unchanged or not specified a)bort, c)ontinue, e)dit, !)reuse this message unchanged for remaining dirs Action: (continue) c CVS: ---------------------------------------------------------------------- CVS: Enter Log. Lines beginning with `CVS:' are removed automatically CVS: CVS: Committing in . CVS: CVS: Modified Files: CVS: Tag: 2 CVS: file dir1/file1 dir2/file1 dir2/file2 CVS: ---------------------------------------------------------------------- /home/cvsroot/project_name/file,v <-- file new revision: 2.1; previous revision: 1.4 /home/cvsroot/project_name/dir1/file1,v <-- dir1/file1 new revision: 2.1; previous revision: 1.1 /home/cvsroot/project_name/dir2/file1,v <-- dir2/file1 new revision: 2.1; previous revision: 1.1 /home/cvsroot/project_name/dir2/file2,v <-- dir2/file2 new revision: 2.1; previous revision: 1.1
other user
$ cvs up cvs update: Updating . P file cvs update: Updating dir1 U dir1/file1 cvs update: Updating dir2 U dir2/file1 U dir2/file2 $ cvs st file =================================================================== File: file Status: Up-to-date Working revision: 2.1 Repository revision: 2.1 /home/cvsroot/project_name/file,v Commit Identifier: SuZpTC1gCRrH2Qrt Sticky Tag: (none) Sticky Date: (none) Sticky Options: (none)