[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: Lieven Govaerts <svnlgo_at_mobsol.be>
Date: Mon, 20 Apr 2009 20:03:37 +0200

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?

Lieven

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=1828307
Received on 2009-04-20 20:04:00 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.