Hi,

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>

Thanks,
-Dave


_______________________________________________
Info-cvs mailing list
Info-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/info-cvs

Reply via email to