On Sun, 11 Jan 2004, Casper Hornstrup wrote:
>
> I'm trying the auto-props feature. I'm using the command line
> client. My config file has:
>
> [miscellany]
> enable-auto-props = yes
>
> [auto-props]
> configure = svn:eol-style=LF
> * = svn:eol-style=native
>
> I'm trying to have files default to svn:eol-style=native,
> except for files named configure which should have
> svn:eol-style=LF. I import two files of which one is named
> configure. They both get svn:eol-style=native. I try to
> reverse it:
>
> [auto-props]
> * = svn:eol-style=native
> configure = svn:eol-style=LF
>
> and import again, but they still both get svn:eol-style=native.
> How can I set a default svn:eol-style for new files and still
> have rules for other files?
All rules get applied. Because the rules are stored in a hashtable they
get applied in a 'random' order. So adding a rule might change the order
in which they are applied.
The * is in this case not really useful.
Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Jan 11 19:33:06 2004