| version 1.5 | | version 1.6 |
|---|
| | |
| | | |
| -or- if you have full cvs access: | | -or- if you have full cvs access: |
| | | |
| cvs commit <changed file> | | cvs commit -m "summary of changes" <changed file(s)> |
| or, if you want to commit all changes (in current, and sub dirs), just: | | or, if you want to commit all changes (in current, and sub dirs), just: |
| cvs commit | | cvs commit -m "summary of changes" |
| (note, only the files that CVS knows about will be commited. *.o/*.bak/etc | | (note, only the files that CVS knows about will be commited. *.o/*.bak/etc |
| will be ignored. If you want to add a new file, use 'cvs add <file>') | | will be ignored. If you want to add a new file, use 'cvs add <file>') |
| | | If you have made several unrelated changes, please commit each file seperatly |
| | | with appropriate log messages, rather than blanketing them all in an |
| | | ambiguous message. |
| | | |
| 6) Now that you have the source downloaded, you no longer need steps 1-2. | | 6) Now that you have the source downloaded, you no longer need steps 1-2. |
| Merely do a "cvs update" whenever you want to bring your tree up to the | | Merely do a "cvs update" whenever you want to bring your tree up to the |