CVS Basics
5/33
CVS Concepts
CVS File History
Making Changes
•
Checkout:
cvs checkout www.example.com
•
Change to working directory:
cd www.example.com
•
Edit files:
emacs -nw index.php
•
Commit changes:
cvs commit -m "Added search box" index.php
Getting Changes
•
Update:
cvs update
•
Resolve conflicts if necessary