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

Re: Problem with uppercase filenames and auto-props

From: Martin Furter <mf_at_rola.ch>
Date: 2006-10-29 01:14:24 CEST

Hi!

I believe the problem is that the config is case-insensitive and duplicate
keys get lost.

Your problem can be solved the following way:

[auto-props]
*.[Cc] = svn:eol-style=native
*.[Hh] = svn:eol-style=native
*.[Tt][Xx][Tt] = svn:eol-style=native

On Sat, 28 Oct 2006, Gerhard Wiesinger wrote:

> Hello!
>
> I use the configuration discussed below for subversion
> (/etc/subversion/config):
>
> Subversion version:
> Redhat Fedora Core 4
> svn, version 1.2.3 (r15833)
>
> A "svn add file.txt" works well and has the correct properties set,
> a "svn add file.TXT" hasn't the correct properties set.
>
> What's wrong? Is this a bug?
>
> I found some user which has also the problem:
> http://svn.haxx.se/users/archive-2005-04/1862.shtml
>
> Thank you for the answer.
>
> Ciao,
> Gerhard
>
> [miscellany]
> enable-auto-props = yes
>
> [auto-props]
> *.c = svn:eol-style=native
> *.C = svn:eol-style=native
> *.h = svn:eol-style=native
> *.H = svn:eol-style=native
> *.txt = svn:eol-style=native
> *.TXT = svn:eol-style=native
>
> --
> http://www.wiesinger.com/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Oct 29 01:15:27 2006

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.