info-cvs
[Top][All Lists]
Advanced

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

Re: Ignore local changes?


From: Steve Madsen
Subject: Re: Ignore local changes?
Date: Wed, 02 Apr 2003 10:28:08 -0800
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3) Gecko/20030312

Wade Williams wrote:
I can't imagine I'm the only developer that makes local changes to try something out, but wants to be sure those changes do not end up in the repository.

You're not the only developer that has had to deal with a problem like this. I agree with others who have said that allowing CVS to circumvent its own controls is not a wise idea.

My advice is to be more specific when you commit. You don't need to commit from the top-level of your project. You likely already know where you made changes you do want to commit. If you've arranged your tree well, this configuration file should be somewhere else. In this case, commit closer to the real changes and CVS won't try to also commit your configuration changes.

If you happen to make changes in the same place as the configuration file, then commit files one by one.

--
Steve Madsen <address@hidden>
Tadpole Computer, Inc.  http://www.tadpole.com





reply via email to

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