Subj : Re: cvs To : comp.programming From : Phlip Date : Fri Sep 23 2005 09:16 pm al2000q wrote: > I have some file in CVS. Screenshot: > www.hot.ee/al2000/CApplicationFormController.JPG > > I really need to rename the branch "online_application_v1_10_15" to > "online_application_v1_10_15x". > After a hours of experiments I found, that it's possible with command > like > "cvs admin -n online_application_v1_10_15x:online_application_v1_10_15" > But, ofcourse I don't have admin privelegies. In cvs manual I found > that it possible with tag/rtag commands too. But I don't know how to do > it!:( > Please help!!:) copy the file cvs add the new file cvs remove -f the old file cvs commit When you are ready to get a better system, move up to Subversion. I suspect it handles trivial refactors like that, without the copy-add-delete dance. CVS I suspect cannot gracefully rename a file from the command line. I suspect the admin option meant to clobber the raw file on the server. -- Phlip http://www.greencheese.org/ZeekLand <-- NOT a blog!!! .