Re: [PATCH] Assertion error with trunk binaries diff

2010-12-01 Thread Kamesh Jayachandran
On 11/30/2010 09:32 PM, Kamesh Jayachandran wrote: Hi All, ~/tunk-build/bin/svn di -c1035797 https://svn.apache.org/repos/asf/subversion/branches/1.6.x --git throws the following assertion error. svn: ../subversion/libsvn_subr/dirent_uri.c:1199: svn_relpath_join: Assertion `relpath_is_canoni

[PATCH] Assertion error with trunk binaries diff

2010-11-30 Thread Kamesh Jayachandran
Hi All, ~/tunk-build/bin/svn di -c1035797 https://svn.apache.org/repos/asf/subversion/branches/1.6.x --git throws the following assertion error. svn: ../subversion/libsvn_subr/dirent_uri.c:1199: svn_relpath_join: Assertion `relpath_is_canonical(component)' failed. Attached patch fixes it.