Beginning Linux Programming
Speakers : Neil Matthew and Richard Stones
Using CVS
- Set an environment variable CVSROOT
- cvs init
- cvs import -m "Log Message" project-name
vendor initial-release-tag
- cvs checkout project-name
- cvs status
- cvs diff
- cvs add file-name
- cvs commit -m "Log message"
- cvs release project-name
Back | Index | Next