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

Re: svn commit: r37379 - trunk/subversion/tests/cmdline

From: Greg Stein <gstein_at_gmail.com>
Date: Tue, 21 Apr 2009 01:14:44 +0200

On Mon, Apr 20, 2009 at 20:03, Lieven Govaerts <svnlgo_at_mobsol.be> wrote:
> On 04/20/2009 01:31 PM, Bert Huijben wrote:
>> Author: rhuijben
>> Date: Mon Apr 20 04:31:22 2009
>> New Revision: 37379
>>
>> Log:
>> Following up on r37368, check ra libraries instead of the url. This
>> resolves an incompatibility with the python versions on the buildbots.
> ..
>>     wc_dir = sbox.wc_dir
>>
>> -  if sbox.repo_url.startswith(("http", "svn")):
>> +  if is_ra_type_svn() or is_ra_type_dav():
>
>
> Bert,
>
> Is the problem here the url checking? Or providing a list to the
> startswith function?

The list was definitely a problem. I suspect the url checking was
slightly incorrect in that it would not allow for https:

Cheers,
-g

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=1832202
Received on 2009-04-21 01:15:08 CEST

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.