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

Re: BUG: one `auto-prop' line masks another

From: Julian Foad <julianfoad_at_btopenworld.com>
Date: 2004-10-01 21:14:28 CEST

Looking through old mail...

Eric Hanchrow wrote:
> Just run the following script on
> http://svn.collab.net/repos/svn/branches/1.1.x on Linux or Unix, not
> Windows; note that one of the files in the working copy contains
> carriage-returns. It shouldn't.

Thanks for this report. I can confirm that it does this on my system (Linux) and that it is not the behaviour that we want.

> # Comment out this line, or exchange it with the one immediately
> # following it, and everything works as expected.
> echo '*.PL = svn:eol-style=native;svn:executable' >> $c
> echo '*.pl = svn:eol-style=native;svn:executable' >> $c

The symptom I see is that, with this config file, no properties are set during the "svn add *.pl". If the "*.PL" and "*.pl" config lines are exchanged, then the properties are set as expected on *.pl.

Presumably the cause is something like the config file keys being treated as case-insensitive when read from the config file, but then as case-sensitive when matched to file names.

If nobody offers to fix this straight away, then please could you file an issue in the issue tracker.

Thanks.

- Julian

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Oct 1 21:16:00 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.