ICS 121: How to use CVS
Command-line CVS
- Some commands:
- module load cvs
- cvs -d :pserver:USERNAME@projects.ics.uci.edu:/cvs login
- cvs -d :pserver:USERNAME@projects.ics.uci.edu:/cvs co PROJECTNAME
- cvs add
- cvs up -P [-r REV]
- cvs diff [-r REV]
- cvs commit
- cvs rm
- cvs tag TAGNAME
- Further reading: http://cvsbook.red-bean.com/
Getting started with WinCVS
- Set-up CVS client:
- Create a working copy:
- Make changes to working copy:
- Commit changes to server:
example use case templatesample test plan templateProject plan template