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 ']'.

Reply via email to