From: Eric Wong Date: Sun, 11 May 2008 00:14:49 +0000 (-0700) Subject: git-svn: fix cloning of HTTP URLs with '+' in their path X-Git-Tag: v1.5.6-rc0~76 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/d1a8d0ea5fb2d4d43d0ea8f2fe45ec1fce7ec4bc?hp=d1a8d0ea5fb2d4d43d0ea8f2fe45ec1fce7ec4bc git-svn: fix cloning of HTTP URLs with '+' in their path With this, git svn clone -s http://svn.gnome.org/svn/gtk+ is successful. Also modified the funky rename test for this, which _does_ include escaped '+' signs for HTTP URLs. SVN seems to accept either "+" or "%2B" in filenames and directories (just not the main URL), so I'll leave it alone for now. Signed-off-by: Eric Wong Signed-off-by: Junio C Hamano ---