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

Re: RE: Keyword Substitution Question

From: Andy Levy <andy.levy_at_gmail.com>
Date: 2007-01-16 17:11:26 CET

On 1/16/07, Doug Tanner <doug.tanner@benefitfocus.com> wrote:
> So I found the config file on my local machine. How do I make the
> auto-props changes for the entire repo, and not just for files that I
> add? Do I have to have each developer input the same lines in their
> config files as well?

Auto-props cannot be set on a server level, only at the client. If you
require that certain properties be set on certain files (or types of
files, or paths), then you'll need a pre-commit hook that rejects
commits that don't meet your criteria.

Auto-props are only applied when files are added/imported to the
repository. There is a Python script, svn_apply_autoprops.py, which
will read your auto-props and apply them to all files (as appropriate)
in a working copy, but it will (I think) also overwrite any existing
properties, so you have to be careful in using it.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jan 16 17:12:00 2007

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.