From: Adam Dinwoodie Date: Wed, 16 Mar 2016 19:09:54 +0000 (+0000) Subject: t9117: test specifying full url to git svn init -T X-Git-Tag: v2.8.0-rc3~1^2~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/4be4d550635d25a5050c3539f8ad3be44dabfce9?hp=4be4d550635d25a5050c3539f8ad3be44dabfce9 t9117: test specifying full url to git svn init -T According to the documentation, full URLs can be specified in the `-T` argument to `git svn init`. However, the canonicalization of such arguments squashes together consecutive "/"s, which unsurprisingly breaks http://, svn://, etc URLs. Add a failing test case to provide evidence of that. On systems where Subversion provides svn_path_canonicalize but not svn_dirent_canonicalize (Subversion 1.6 and earlier?), this test passes, as svn_path_canonicalize doesn't mangle the consecutive "/"s. [ew: fixed whitespace] Signed-off-by: Adam Dinwoodie Signed-off-by: Eric Wong ---