Re: [PATCH] git-svn: do not escape certain characters in paths

2013-01-19 Thread Eric Wong
Peter Wu wrote: > Signed-off-by: Peter Wu Thanks, Signed-off-by: Eric Wong Will push. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH] git-svn: do not escape certain characters in paths

2013-01-17 Thread Peter Wu
Subversion 1.7 and newer implement HTTPv2, an extension that should make HTTP more efficient. Servers with support for this protocol will make the subversion client library take an alternative code path that checks (with assertions) whether the URL is "canonical" or not. This patch fixes an issue