info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Renaming a file in the trunk but not in branches


From: David Leskovac
Subject: Renaming a file in the trunk but not in branches
Date: Fri, 11 Mar 2005 09:50:45 -0500

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]