Alexander von Below [mailto:[EMAIL PROTECTED] wrote: > this may be a newbie Q, so I apologize, but my reading of the > Cederqvist did not help me... > > I got a modified copy of my source back. > > Now I want to replace me head revision with this code. > > As I had troubles understanding versioning, my current code is in the > branch VER_1-bt. I have (manually) updated this branch to the new > source. First, are you absolutely certain that you do *not* want to merge this file? Copying a file from a branch to a trunk is an unusual action.
cvs update -A filename cvs update -p -r VER_1-bt filename > filename should do it. Make sure you understand what the above commands do before you use them. -- 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://mail.gnu.org/mailman/listinfo/info-cvs
