[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Is there excludes on implicit checkins?

From: Gary Feldman <gary_at_memento-inc.com>
Date: 2004-03-26 19:12:00 CET

----- Original Message -----
From: "Jay Glanville" <jay.glanville@naturalconvergence.com>

> Why don't I simply copy the properties file to myfoo.properties and use

The obvious simplest approach is to put the properties file into a different
directory, so that it's not in the subtree you're checking in.

A common approach in many systems is to deliver foo.properties.orig, and
then generate foo.properties as part of the installation or configuration
process. This is what Apache does, and I'm pretty sure Perl does something
similar. A variation on this is to have a different directory for the
product to find the properties. If done for all deliverable files, this has
the advantage of making your tests more reliable (since you avoid problems
from files in your developer directory that won't ship with your kit).
Another variation is when the product uses a search list to find the file,
and you trick it that way.

> that one? Because by modifying it while under revision control, the SCM
> system will then tell me when I need to deal with other peoples changes

Am I missing something here? It's going to tell you about other peoples
changes regardless of whether you're modifying the original or a copy.
Either way, you need to make an evaluation as to whether any of your changes
need to go in.

Gary

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Mar 26 19:12:31 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.