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

[bug?] svn can't handle mixed case in auto-props patterns.

From: Paweł Sikora <pluto_at_agmk.net>
Date: Thu, 29 May 2008 16:29:20 +0200

Hi,

I have configured auto-props in ~/.subversion/config
but I can't setup it for [Mm]akefile pattern. Please look...

$ egrep '(auto.*yes|[Mm]akefile)' ~/.subversion/config
enable-auto-props = yes
*Makefile* = svn:eol-style=native
*makefile* = svn:eol-style=native

$ touch Makefile; touch makefile

$ svn add *akefile
A makefile
A Makefile

$ svn pl *akefile
Properties on 'Makefile':
  svn:eol-style

$

As you can see the lowercase makefile hasn't the auto-prop.
Does the svn support the mixed case in patterns on linux?

Regards,
Paweł.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-05-29 16:29:50 CEST

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.