From: Eric Wong Date: Mon, 12 Nov 2007 07:37:42 +0000 (-0800) Subject: git-svn: support for funky branch and project names over HTTP(S) X-Git-Tag: v1.5.4-rc0~223 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/cfbe7ab333d68790eb37341e30f040f99cef6af7?ds=inline;hp=cfbe7ab333d68790eb37341e30f040f99cef6af7 git-svn: support for funky branch and project names over HTTP(S) SVN requires that paths be URI-escaped for HTTP(S) repositories. file:// and svn:// repositories do not need these rules. Additionally, accessing individual paths inside repositories (check_path() and get_log() do NOT require escapes to function and in fact it breaks things). Noticed-by: Michael J. Cohen Signed-off-by: Eric Wong Signed-off-by: Junio C Hamano ---