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

Re: Avoid sending binary file diffs in post-commit commit-email.pl?

From: Hari Kodungallur <hkodungallur_at_gmail.com>
Date: Wed, 19 Mar 2008 14:57:50 -0700

On Wed, Mar 19, 2008 at 2:46 PM, Peter Connolly <psconnolly_at_gmail.com>
wrote:

> Interesting... So, reading through the reference manual I see that I
> can set this up as a runtime configuration option in the
> /etc/subversion/config file. Too bad I can't seem to google any
> examples of a 'config' file. Short of that, I guess I'll just svn
> propset instead. But it's weird that the distribution (1.4.3-2)
> doesn't come with sample 'config' and 'servers' files. :-/
>

Actually the config file is user specific and is in your home directory.
$HOME/.subversion/config. And it comes with commented out examples
([auto-props] section).

Note that the auto-props affect only files that are added by the user. Any
file that is already added and you are just committing an updated version
will not be affected. To set the auto-prop configs on already added files
you can use the contrib script that comes with the source distribution
(file: contrib/client-side/svn_apply_autoprops.py).

Regards,
-Hari
Received on 2008-03-19 22:58:10 CET

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.