Go to TogaWare.com Home Page.
GNU/Linux Desktop Survival Guide
by Graham Williams
Google

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


Copyright © 1995-2006 [email protected]
Contribue and access the PDF Version