[prev] [index] [next]

CVS (cont)

Just say that you're working away on world.c and hear that someone has written a fabulous new version of graphics.c

To make your current version up-to-date with repository:

cvs update

(upgrades all files in your working copy to the latest repository version)

If someone else has also changed world.c in the meantime, there may be conflicts.

The update command handles merging/conflicts in a similar manner to RCS.