info-cvs
[Top][All Lists]
Advanced

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

RE: Renaming a file in the trunk but not in branches


From: Jim.Hyslop
Subject: RE: Renaming a file in the trunk but not in branches
Date: Fri, 11 Mar 2005 10:33:21 -0500

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 )




reply via email to

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