UserCode //
add a new tag to a valid CVS tag:
cvs tag -<e.g. number>
e.g.:
cvs tag StopAnalysis -123456
checkout:
cvs co -r StopAnalysis -123456 -d SusyAnalysis UserCode /HUN-2_2_3/StopAnalysis
update:
cvs update
After this we have to check the code, because if another person modified it, it's possible that it doesn't run.
difference:
cvs diff
upload/commit:
cvs commit -m "I modified ..."
or
cvs tag
-- AnitaKapusi - 29 Jun 2009