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

Re: svn trunk r15153: FAIL (win32 ra_local bdb)

From: D.J. Heap <dj_at_shadyvale.net>
Date: 2005-06-25 22:12:35 CEST

Philip Martin wrote:
> "D.J. Heap" <dj@shadyvale.net> writes:
>
>
>>The backslashes in the path require escaping for the regex...this
>>patch works, but there's probably a better way to do it in python:
>
>
> Perhaps you could replace the regex with a string? The later part of
> the test already uses strings rather than regexps and since your patch
> didn't change those I assume they work.
>

I think all expected strings are just passed to run_and_verify_svn and it
uses them as regexes all the time as far as I can tell?

You are right, though...the later test cases work fine without escaping the
backslashes. I guess because in the first cases the regex is converting the
"\new" filename into a "[newline]ew" (or whatever) and the later testcases
don't have escape-able characters after the backslashes so it leaves them alone?

DJ

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Jun 25 22:13:32 2005

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.