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

Re: Default eol styles

From: Martin Furter <mf_at_rola.ch>
Date: 2004-01-11 19:30:51 CET

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: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Jan 11 19:32:15 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.