ICS 125: How to use CVS
Version control > CVS
- http://cvsbook.red-bean.com/
- CVS commands you will use:
- 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
Getting started with the development server
- Server is http://projects.ics.uci.edu/
- You should all have accounts: gotten email, set password
- Projects are set up. Your proposals have been checked in.
- You each have a developer role in your project
- You each have a developer role in "testproject"
Getting started with WinCVS
sample use cases templateexample software testing plan templateProject plan template