RE: Re: Auto-props file pattern match problem
From: Stephen Warren <swarren_at_paramanet.com>
Date: 2004-04-01 19:44:39 CEST
> -----Original Message-----
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.
-- Stephen Warren, Software Engineer, Parama Networks, San Jose, CA http://www.wwwdotorg.org/work_contact/ --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Thu Apr 1 19:45:19 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.