On Wed, Dec 06, 2000 at 11:16:09AM -0500, Largent, Jim wrote:
> Is there any way to stop CVS from always trying to merge your code? 

Why would you want to do that?  (serious question, what are you trying to
accomplish?)

I can think of two things:

You don't want to keep your changes.
You don't want to see other's changes.

First is easy, delete the file then do cvs update.
Second is a bit more complicated, but basically comes down to:  don't do a
cvs update.  (You could, for instance, do cvs -n up, then manually update
files that you do want to see changes for).

If you need to commit and others have changed the file too, and you are
certain, VERY VERY CERTAIN that you don't want those changes, then rename
your file, cvs update, copy your renamed file over the file just checked
out, then commit.  THIS WILL LOSE CHANGES!

mrc
-- 
       Mike Castle       Life is like a clock:  You can work constantly
  [EMAIL PROTECTED]  and be right all the time, or not work at all
www.netcom.com/~dalgoda/ and be right at least twice a day.  -- mrc
    We are all of us living in the shadow of Manhattan.  -- Watchmen

_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to