[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: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Wed, 4 Aug 2010 21:24:00 +0300

Glen Pike wrote on Wed, Aug 04, 2010 at 11:07:19 +0100:
> 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]/'
> 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/

I guess we auto-encode ' ' and ',', but don't auto-encode '[' and ']'.
Received on 2010-08-04 20:26:17 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.