Re: [PATCH] svnmucc assertion failure

2013-08-07 Thread Daniel Shahaf
Alexey Neyman wrote on Sat, Aug 03, 2013 at 14:57:12 -0700: > [[[ > * subversion/svnmucc/svnmucc.c > (main): Check for URLs not having a common ancestor and emit an error > message instead of failing an assertion later. > ]]] Applied in r1511353 with minor tweaks (added a NULL check, even thou

[PATCH] svnmucc assertion failure

2013-08-03 Thread Alexey Neyman
[Resending to dev@, as it is probably more appropriate audience for the patch] Hi, I've hit the following assertion in svnmucc: svnmucc: subversion/libsvn_subr/dirent_uri.c:1373: svn_uri_get_longest_ancestor: Assertion `svn_uri_is_canonical(uri1, ((void *)0))' failed. Aborted (core dumped) Th