David Leskovac wrote: > Will the following commands work to rename a file in the > trunk but retain the old file name in all its branches?: > > cvs co <module> > cvs remove -f <oldfile> > cvs add <newfile> > cvs commit -m"Renamed <oldfile> to <newfile>" <oldfile> <newfile> Yes, that will work fine.
-- Jim Hyslop Senior Software Designer Leitch Technology International Inc. ( http://www.leitch.com ) Columnist, C/C++ Users Journal ( http://www.cuj.com/experts ) _______________________________________________ Info-cvs mailing list [email protected] http://lists.gnu.org/mailman/listinfo/info-cvs
