[prev] [index] [next]

CVS (cont)

To check out a working copy of the project:

cvs checkout game

(re-creates the entire directory tree containing all files for current version)

You can then make changes to the files (and, naturally, test them thoroughly).

To upload the changes into the repository:

cvs commit -m 'What/why changes made' world.c

(Once you're using a checked-out copy, no need to specify project name)