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

Auto-props file pattern match problem

From: Jason K. Fritcher <jkf_at_wolfnet.org>
Date: 2004-04-01 11:15:54 CEST

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hello,

I've recently started using SVN, and while setting up auto-props to apply
eol-styles to my source files as I import them, I've run across a problem
with pattern matches that don't work.

I'm trying to make a rule to catch both Makefile* and makefile*. The pattern
I'm trying to use is '[Mm]akefile*', without the 's. Unfortunately, it
doesn't work. If I split those out into two seperate patterns, 'Makefile*'
and 'makefile*' it works just fine, but I'd like to condense them into one
pattern.

I've tried poking through the source code, but I don't see any obvious
reason why it wouldn't work. From what I can see, the code appears to call
apr_fnmatch to do the actual pattern matches. I've written a test program
that calls apr_fnmatch directly and the combined pattern above matches
things correctly. So I'm lost as to what the actual problem might be.

Any suggestions as to what might be wrong and how I can fix it?

Thanks.

- --
 Jason K. Fritcher
  jkf@wolfnet.org

pub 1024D/85D1A012 2003-03-04 Jason K. Fritcher <jkf@wolfnet.org>
     Key fingerprint = AFA3 B816 DECD AC49 4B40 0C28 38F8 83E0 85D1 A012

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (FreeBSD)
Comment: http://www.wolfnet.org/~jkf/jkf.asc

iD8DBQFAa93QOPiD4IXRoBIRAovfAJ4+yJk6qlf+FOSBSomuYlND3EQynQCgkP29
4EbsudfR2M/NWLm+EUdAT3k=
=UCLB
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Apr 1 11:16:25 2004

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.