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

Re: Renaming files on win32

From: Christopher Ness <chris_at_nesser.org>
Date: 2004-12-23 02:47:37 CET

That's it!

I've solved *my* personal problem of this case thread. Others may be
interested in my fix so I have provided it below.

Any message with *win32* (careful, that's a broad reg-exp) in it from
the subversion list gets sorted into the svn-case directory. You could
pipe the message to /dev/null to ignore them.

[nesscg@jackd nesscg]$ grep -A 5 Subversion .procmailrc
# Subversion Case Rule
:0:
* ^Mailing-List.*subversion.tigris.org
* win32.*
svn-case

# Subversion List Rule
:0:
* ^Mailing-List.*subversion.tigris.org
svn

And the kicker is this:
   "In Procmail, regular expressions are case insensitive, so this
    will also match "bob", or "bOb", or "BOB", for that matter."

Chris

-- 
Software Engineering IV,
McMaster University
PGP Public Key: http://www.nesser.org/pgp-key/
19:47:07 up 1 day, 7:52, 3 users, load average: 0.13, 0.19, 0.16 
http://www.fsf.org/philosophy/no-word-attachments.html

Received on Thu Dec 23 02:50:07 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.