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

config file priority

From: Michael L Brown <michael.l.brown_at_philips.com>
Date: 2005-06-14 23:26:32 CEST

According to page 134 of the physical paperback book, the Configuration
Area Layout sections says that the user defined config file overrides
settings in the system wide config file.

I think I just found an area where it "combines" the settings of the
system-wide file. To wit:

My file:
        [auto-props]
        *.c = svn:keywords=Id LastChangedDate LastChangedRevision
LastChangedBy HeadURL
        *.cc = svn:keywords=Id LastChangedDate LastChangedRevision
LastChangedBy HeadURL
        *.h = svn:keywords=Id LastChangedDate LastChangedRevision
LastChangedBy HeadURL
        *.f = svn:keywords=Id LastChangedDate LastChangedRevision
LastChangedBy HeadURL
        *.sh = svn:keywords=Id LastChangedDate LastChangedRevision
LastChangedBy HeadURL

System-wide:
        [auto-props]
        * = svn:keywords=Id LastChangedDate LastChangedRevision
LastChangedBy HeadURL

The result: the keywords still get applied to binary files. Oops! The
server does not ignore the list that is in the system-wide file, if there
is a list in the user's config file.

Either the software has a bug (doubtful) or the documentation needs to be
changed to mention this problem.

I've now changed the system-wide to look like mine :-)

MB
 --
Mike Brown (Michael.L.Brown@Philips.com)
            Lotus Bloats: Michael L Brown/MSN/MS/PHILIPS
Philips/ADAC, Madison, WI
Desk: 608-288-6969 Fax: 608-298-2101
PMS direct: 164-6969
You design it, I'll build it!

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jun 14 23:29:02 2005

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.