Monday, January 26, 2009

cvs commands:Notes

cvs commit -m "comment" files
the writers file maintains list of folks who can write
all config files are maintained in checkoutlist
cvs import <module name> <vendor tag>
<initial tag>
cvs add file -- always commit after adding

Labels in cvs
U-Updated
P-new files
M- for files you've
modified locally and not committed
C-for files you've updated locally,
and
that have conflict

editing (marking it) locking
cvs edit filename ; cvs editors filename->gives list of editors;cvs unedit
cvs admin -l filename;cvs admin -u filename

cvs delete;cvs commit
------------------
References:

http://www.linux.ie/articles/tutorials/cvs.php

http://www.linux.ie/articles/tutorials/continuingcvs.php

------------------





No comments: