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

Re: svn command line client - url encoding

From: anbu swaminathan <anbu.swaminathan_at_gmail.com>
Date: Tue, 17 Jul 2012 21:57:56 -0700 (PDT)

i have the same problem. when i enter the http://
it says," ................is not properly URI encoded" however i do not
have any special characters or spaces or % in my http link.
any help would be appreciated.

anbu

On Wednesday, August 4, 2010 3:07:19 AM UTC-7, Glen Pike wrote:
>
> Hi,
>
> I have encountered a problem with the URL encoding for repository
> names when using the command line client.
>
> If I use the command line:
>
> svn co "https://ea_repos/svn/blender/trunk/Py modules, xls [latest
> ver]/"
>
> I get the response:
>
> svn: URL
> 'https://ea_repos/svn/blender/trunk/Py%20modules,%20xls%20[latest%20ver]/<https://ea_repos/svn/blender/trunk/Py%20modules,%20xls%20%5Blatest%20ver%5D/>'
>
> is not properly URI-encoded
>
> But if I manually "encode" the URL as follows it works.
>
> svn co
>
> https://ea_repos/svn/blender/trunk/Py%20modules%2C%20xls%20%5Blatest%20ver%5D/
>
> or
>
> svn co https://ea_repos/svn/blender/trunk/Py\ modules,\ xls\
> %5blatest\ ver%5d/
>
> This seems to contradict the manual that says the command line will
> automatically encode quoted urls.
>
> Using: svn, version 1.6.9 (r901367) in bash on 2.6.29-gentoo-r5
>
> Is this a problem with svn or bash?
>
> Thanks
>
> Glen
>
>
Received on 2012-07-19 00:08:01 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.