Charles Stockman writes:
> 
> The procedure I have been using is:
>     1. import the files
>     2. find . -name "*.gif" -exec cvs admin -kb {} \;
>     3. find . -name "*.gif" -exec cvs update {} \;

A better procedure would be to import the files using -W "*.gif -k 'b'",
but that should work, too (assuming that you do a checkout after step 1
and do steps 2 and 3 in a working directory rather than in the directory
you imported).  Exactly what problem are you having?

-Larry Jones

I'm getting disillusioned with these New Years. -- Calvin

_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to