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

RE: Re: Auto-props file pattern match problem

From: Jason K. Fritcher <jkf_at_wolfnet.org>
Date: 2004-04-01 21:01:44 CEST

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

On Thu, 1 Apr 2004, Stephen Warren wrote:
> > i guess the config parser interprets the first '[' craracter
> > as a chapter marker like in ' [auto-props] ' ?
>
> If that's the case, can't you use the following pattern:
>
> ^[Mm]akefile*
>
> ^ anchors the regular expression to the start of the string you're matching. Hopefully, the RE library is setup to allow this.

If they were try regular expressions, that would be the case. I kinda wished
they were regular expressions, because then I could condense my patternset
even more. What it actually uses is shell-style pattern matching, so *, ?,
and [] wildcards.

- --
 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

iD8DBQFAbGcbOPiD4IXRoBIRAgKoAKCAkaZk2Qc8jm3Os/glEhHcQyAqlQCgjVKL
Zm8JKl15sVpmDfpSU/ZKQRA=
=WYyl
-----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 21:02:21 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.