On 04/08/2010 19:24, Daniel Shahaf wrote:
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 ']'.
I think the encoding misses the ',' too - as these are all reserved
characters, I guess the client needs to be more accommodating?
Glen