A sample session -- CVS---Concurrent Versions System



Next: Repository Prev: Basic concepts Top: Top

3. A sample session

This section describes a typical work-session using cvs. It assumes that a repository is set up (see Repository).

Suppose you are working on a simple compiler. The source consists of a handful of C files and a Makefile. The compiler is called `tc' (Trivial Compiler), and the repository is set up so that there is a module called `tc'.

Menu

Getting the source
Creating a workspace
Committing your changes
Making your work available to others
Cleaning up
Cleaning up
Viewing differences
Viewing differences


Next: Repository Prev: Basic concepts Top: Top