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

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

From: Henrik Sundberg <storangen_at_gmail.com>
Date: Thu, 29 May 2008 17:13:00 +0200

2008/5/29 Paweł Sikora <pluto_at_agmk.net>:
> 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?

Use the autpoprops pattern [Mm]akefile instead, just as you did in your grep.
/$
Received on 2008-05-29 17:13:28 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.