CVS Access for TheHomeTeam:
- Download cvs: cvshome.org
- set CVS_RSH environmental variable to ssh (you'll need ssh installed for this to work)
- Check out the cvs sources: cvs -d username@cs.messiah.edu/home/habitat/repo co home
- Update your working copy: cvs update -d
- Commit your changes: cvs commit
- Add a new file: cvs add filename
- Add a binary file: cvs add -kb filename
- Remove a file: cvs remove filename