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

pysvn Malformed URL with white space

From: Laurent F. <lfournie_at_rockwellcollins.com>
Date: Wed, 11 Mar 2009 02:54:27 -0700 (PDT)

Hello,

The client.info2(url) or client.log(url) of the pysvn Python library
raises an error (Malformed URL) if url has some white space character
in the path.However, the library does not request to urllib.quote all
the URL.

I found a solution by converting space character to '%20' to pass the
function call.

Is there other characters not passing as URL ?
Is this a weakness of pysvn only or does the native svn library
request to convert white spaces ?

Thanks

I use Python 2.5, SVN 1.5.1, pysvn 1.6

Laurent

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=1307217
Received on 2009-03-11 11:05:35 CET

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.