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

Re: [PATCH] [Issue 1942] svn+ssh should use the port value

From: Kamesh Jayachandran <kamesh_at_collab.net>
Date: 2006-02-07 14:36:57 CET

Hi Peter,

The re.escape does not seem to work as it escapes all the alphanumeric
characters like ':', '/'
I am using string.replace(exp, '+', '\\+')

With regards
Kamesh Jayachandran
Peter N. Lundblad wrote:
> On Tue, 7 Feb 2006, Kamesh Jayachandran wrote:
>
>
>> Finally the problem seems to be improper ssh key configuration in my box.
>> I posted the similar cause on 5th December 2005 with a Message-ID:
>> <4394242D.1040808@collab.net>.
>>
>> The only real failure is 'switch_tests.py 16: relocate with prefixes
>> longer than repo root '
>>
>> This test consistently fail for svn+ssh urls even on 1.3.0
>>
>> Problem seems to be that expected regex has unescaped '+'. (as in
>> svn+ssh rather it should be svn\+ssh)
>>
>>
> Bah, thanks for debugging this! That shows how often we run tests under
> ssh:-(
>
>
>> Will post a patch along with my fix for #1942 after incorporating
>> Brane's comment on #1942.
>>
>>
> Using re.escape, right?
>
> Regards,
> //Peter
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Feb 7 14:37:53 2006

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.