Revision below.

At 2002-01-13 11:20 -0800, Mike Noyes wrote:
>*** CVS Commands ***
>Now you can update and add files by changing into the proper directory. 
>Example:
>$ cd cvs/leaf/doc/docmanager
>$ cvs up
>$ cvs ci -m "Comment about FAQ update" docid_xxxx.html
>
>Example:
>$ cd cvs/leaf/devel/yourname
>$ cvs up
>$ cp ~/foo.bar .
>$ cvs add foo.bar
>$ cvs ci -m "added foo.bar" foo.bar

Note: cvs requires that you use the -kb sticky tags when adding binary 
files. Example:

$ cvs add -kb foo.bar

Binary wrappers are implemented for files with the following extensions:
gif, jpg, png, bin, exe, lrp, iso, ima, tar.gz . You can find out if a file 
has the sticky tags set with this command.

$ cvs status -v foo.bar

If the file is binary, but doesn't have the -kb sticky tags set, you can 
use this command to fix the problem.

$ cvs admin -kb foo.bar

--
Mike Noyes <[EMAIL PROTECTED]>
http://leaf.sourceforge.net/


_______________________________________________
Leaf-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-devel

Reply via email to