-
[src]
[doc]
-
Open Source Development with CVS
by Karl Fogel and Moshe Bar, 3rd ed.
-
to branch a single file from an old version:
cvs tag -r<old_tag> <file>
[modify old version of file]
cvs tag -b <new_branch name>
cvs commit -r<new_branch_name> <file>
(optionally) cvs tag -d <new_branch_name>
created Mar 24 2006
last updated Mon Jun 26 20:17:21 IDT 2006