Bo Berglund wrote: > rename and copy commands (easy) > .. > Is this really easy???
Yes. Just do the equivalent of: rename foo.c bar.c cvs remove foo.c cvs add bar.c Which is basically how people do rename now anyway. History etc. just happens automatically. The hard one is renaming directories, but I'm not tackling that until cvs has some idea of tracking directories in the first place. Tony -- [EMAIL PROTECTED] [EMAIL PROTECTED] http://www.nothing-on.tv _______________________________________________ Cvsnt mailing list [EMAIL PROTECTED] http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt
