Kannan wrote: > [[[ > Log: > Ensure the URLs in libsvn_ra_neon are always canonical. [...] > ]]]
Thanks. I found one more problem when I tried to compile it: subversion/libsvn_ra_neon/options.c:110: error: implicit declaration of function ‘svn_uri_canonicalize’ I fixed this, by #including "svn_dirent_uri.h". I committed the patch (with that fix) in 901797. Thanks for the patch. Now I am running the test suite on your patch to use svn_path_url_add_component2(), <http://mail-archives.apache.org/mod_mbox/subversion-dev/200912.mbox/% 3c4b2b12ea.5000...@collab.net%3e>, that depends on this one. - Julian