GNU/Linux Desktop Survival Guide by Graham Williams |
|||||
Adding Files to a Project |
You mark files to be added to the CVS repository with, for example:
cvs add <filename>.py |
The files will be added to the repository when you next commit.
If you are adding binary files then you probably don't want keyword expansion and you'll want to let the repository know that they are binary files:
cvs add -kb <filename>.png |