git-svn: support for funky branch and project names over HTTP(S)
authorEric Wong <normalperson@yhbt.net>
Mon, 12 Nov 2007 07:37:42 +0000 (23:37 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 12 Nov 2007 08:22:49 +0000 (00:22 -0800)
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 <mjc@cruiseplanners.com>
Signed-off-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found