auto prop settings in ~/.subversion/config seem to be ignored
Ryan Schmidt
ryandesign at macports.org
Sat Oct 3 18:00:02 PDT 2009
On Oct 3, 2009, at 19:57, Adam Mercer wrote:
> As per the guidelines I have
>
> [miscellany]
> enable-auto-props = yes
>
> [auto-props]
> Portfile = svn:eol-style=native,svn:keywords=Id
>
> in my ~/.subversion/config file, but after committing r58737 I've
> noticed that the properties are not being set:
>
> $ svn proplist Portfile
> $
>
> Does anyone know why the settings in ~/.subversion/config are being
> ignored? I'm using subversion @1.6.5_0.
Hi Adam. The only difference to what I have in my config is that I'm
using a semicolon separator instead of a comma. Try that.
Portfile = svn:eol-style=native;svn:keywords=Id
More information about the macports-dev
mailing list