next up previous contents
Next: Subversion Up: The Repository Previous: Creating a remote repository   Contents

CVS command output

CVS will output filenames with different kinds of characters that prefix their names. For example, you might see:
P: file1.c
U: file2.c
M: file3.c
C: file4.c
?: file5.c
A: file6.c
R: file7.c
where: P means the file was ``patched'' with a newer version. Patchs are small lists of changes. CVS does this if it is more efficient than downloading a whole copy of the file.
next up previous contents
Next: Subversion Up: The Repository Previous: Creating a remote repository   Contents
root 2004-02-24