On 2003-12-13 11:58-0800 [EMAIL PROTECTED] wrote: > On Sat, 13 Dec 2003, Martin Marques wrote: > > Hi, I have a repository with some .tex files that I use to give some > > courses. [...] The problem is that I'm not sure if I added the files > > (.png images) with or without the -kb flag. [...] and if not, how > > (if it's posible) can I change it so that no RCS is handled on them? > > [...] Afterwards, you will need to delete then add again all of the > .png image files that don't have -kb. You need to go into the CVS > repository directory and manually remove the .png,v files.
It would be just as safe to run the cvs admin -kb [filename] cvs upd -kb [filename] command. The RCS file contains the unexpanded/unchanged keyword strings like $Id$, so if there has been no new checkins of those files in text mode, this command would work. Otherwise, just copy in the newest version of the binary files you know isnât crippled. Regards, Ãyvind A. Holm 60.39494ÂN 5.33016ÂE -------------------- Lbh unir qrpelcgrq zl fvtangher. Nppbeqvat gb gur QZPN, lbh ner abj n pevzvany. â jjj.nagv-qzpn.bet _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
