Sorry, forgot to attach the patch.
------------------------------------------------------
http://fsvs.tigris.org/ds/viewMessage.do?dsForumId=3928&dsMessageId=2380324
To unsubscribe from this discussion, e-mail:
[[email protected]].
Index: url.c
===================================================================
--- url.c (Revision 3689)
+++ url.c (Arbeitskopie)
@@ -490,6 +490,7 @@
(strncmp("http:", cur, nlen) == 0 ||
strncmp("file:", cur, nlen) == 0) ) ||
(nlen == 6 && strncmp("https:", cur, nlen) == 0) ||
+ (nlen == 9 && strncmp("svn+ssht:", cur, nlen) == 0) ||
(nlen == 8 && strncmp("svn+ssh:", cur, nlen) == 0) )
DEBUGP("known protocol found");
else