CVS
Document
- CVS使用手册: http://www.chedong.com/tech/cvs_card.html
- http://owen.sj.ca.us/~rk/howto/cvs.htm
- Comments on Open Source Software / Free Software (OSS/FS) Software Configuration Management (SCM) Systems: http://www.dwheeler.com/essays/scm.html
Usage
- CVSROOT=:ext:$sserdda.revres.tset|RESU#sserdda.revres.tset|RESU#port:/path/to/cvsroot CVS_RSH=ssh; export CVSROOT CVS_RSH
- cvs import -m "write some comments here" project_name vendor_tag release_tag
- 修改某个版本注释:cvs admin -m 1.3:"write some comments here" file_name
- cd dir; cvs import WNS54/source/LVM2.2.2 Sercomm R_1_0 // import a dir to cvs server
CVS Branch
- cvs tag release_1_0
- cvs commit -r 2
- cvs rtag -b -r release_1_0 release_1_0_patch proj_dir
- cvs checkout -r release_1_0_patch
- cvs tag release_1_0_patch_1
- cvs update -j release_1_0_patch_1
page_revision: 1, last_edited: 1203332616|%e %b %Y, %H:%M %Z (%O ago)





