svn command line client - url encoding
From: Glen Pike <glen_at_engineeredarts.co.uk>
Date: Wed, 04 Aug 2010 11:07:19 +0100
Hi,
I have encountered a problem with the URL encoding for repository
If I use the command line:
svn co "https://ea_repos/svn/blender/trunk/Py modules, xls [latest
I get the response:
svn: URL
But if I manually "encode" the URL as follows it works.
svn co
or
svn co https://ea_repos/svn/blender/trunk/Py\ modules,\ xls\
This seems to contradict the manual that says the command line will
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
|
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.