Next
Common Pitfalls when Adding Files
- When addding directories, but make sure there's no
CVS subdirectory in the new directory (sometimes
happens if you copy an existing directory and edit it)
- When checking in non-text files (e.g. GIFs, JPEGs, video, PDF...),
tell CVS it isn't text:
cvs add -ko files
- Remove files using cvs remove, but be careful (command is
trickier than it looks)