User modules -- CVS---Concurrent Versions System



Next: Intro administrative files Up: Repository Top: Top

4.1. User modules

  $CVSROOT

|

+--yoyodyne

| |

| +--tc

| | |

+--Makefile,v

+--backend.c,v

+--driver.c,v

+--frontend.c,v

+--parser.c,v

+--man

| |

| +--tc.1,v

|

+--testing

|

+--testpgm.t,v

+--test2.t,v

The figure above shows the contents of the `tc' module inside the repository. As you can see all file names end in `,v'. The files are history files. They contain, among other things, enough information to recreate any revision of the file, a log of all commit messages and the user-name of the person who committed the revision. cvs uses the facilities of rcs, a simpler version control system, to maintain these files. For a full description of the file format, see the man page rcsfile(5).

Menu

File permissions
File permissions


Next: Intro administrative files Up: Repository Top: Top