|
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
| • |
cvs
use
|
|
|
|
– |
checkout
|
|
|
|
• |
cvs co
opipe
|
|
|
|
– |
committing
|
|
|
|
• |
cvs
commit opipe
|
|
|
|
• |
cvs
commit somefile.py
|
|
|
– |
Getting
in sync with
|
|
|
archive
|
|
|
|
• |
cvs
update
|
|
|
|
– |
Check
your work
|
|
|
|
• |
cvs
diff somefile.py
|
|
|
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
| – |
Tagged
set
|
|
|
|
• |
cvs
update –r THE_TAG
|
|
| – |
Create
new dir/file
|
|
|
|
• |
cvs add
somefile.py
|
|
|
|
• |
cvs
commit somefile.py
|
|
|
| – |
Remove
a file
|
|
|
|
• |
cvs
remove somefile.py
|
|
|
|
• |
cvs
commit somefile.py
|
|
|
|