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

Re: commit-email.pl regex bug

From: Erik Huelsmann <e.huelsmann_at_gmx.net>
Date: 2004-12-07 17:13:46 CET

> Hello,
>
> I found that the script was not sending mails containing diffs from
> files in directories, whose names contain '++'.
>
> The problem is on the line 323:
> $dir =~ s#^$commondir/##;
>
> $commondir is interpreted, which should not. Fix is easy:
>
> $dir =~ s#^\Q$commondir\E/##;
>
> Apologise for not attaching patch.

np. your description practically *is* the patch. Fixed in r12190.

Thanks!

bye,

Erik.

-- 
GMX ProMail mit bestem Virenschutz http://www.gmx.net/de/go/mail
+++ Empfehlung der Redaktion +++ Internet Professionell 10/04 +++
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Dec 7 17:16:11 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.