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

Workaround for auto-props bug 2036

From: Thomas Sanders <Thomas.Sanders_at_monitor-mpower.com>
Date: 2006-10-19 15:16:18 CEST

(I tried sending this to dev@ but it didn't appear in the archive,
so here it is again, sent to users@.)

I want auto-props like this, so as to set the properties regardless of
the case of the file suffix (especially relevant on case-insensitive
filesystems):

*.sql = svn:keywords=Revision HeadURL Id
*.SQL = svn:keywords=Revision HeadURL Id

Due to bug 2036, it does not work: one entry replaces the other and the
property is set only if the new file has the right case.

I have found a work-around:

*\.sql = svn:keywords=Revision HeadURL Id
*.SQL = svn:keywords=Revision HeadURL Id

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Oct 19 16:22:37 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.