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

Re: svn:ignore Question

From: Paul Lussier <pll_at_lanminds.com>
Date: 2003-07-18 18:41:25 CEST

In a message dated: 17 Jul 2003 19:11:17 CDT
Ben Collins-Sussman said:

>> (/home/www/temp/irmconference_website) $ svn status
>> ? branches/page_header_redesign/cgi-bin/.process_registration.cgi.swp
>
>Try '*.swp' instead? Maybe you've found a bug in APR's regex matcher...

It wouldn't surprise me if APR's regex matcher were buggy. This
discussion just reminded me of a problem I ran into a while back but
then found a work-around for.

I have my homedir under svn. Since I use exmh for my mail, I don't
want to version all the mail, just the config files maintained for
each folder (in mh, folder==directory, mail==file).

As a result, I *thought* I could get away with svn:ignore set to
something like:

    ,*
    [0-9]*

No such luck. I had to resort to:

    ,*
    [0-9]*
    0*
    1*
    2*
    3*
    4*
    5*
    6*
    7*
    8*
    9*
    */0*
    */1*
    */2*
    */3*
    */4*
    */5*
    */6*
    */7*
    */8*
    */9*

set recursively on my Mail dir.

Where can I find docs on APR's regex engine?

-- 
Seeya,
Paul
--
Key fingerprint = 1660 FECC 5D21 D286 F853  E808 BB07 9239 53F1 28EE
	It may look like I'm just sitting here doing nothing,
   but I'm really actively waiting for all my problems to go away.
	 If you're not having fun, you're not doing it right!
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jul 18 18:42:28 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.