You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Kamesh Jayachandran <ka...@collab.net> on 2010/11/30 16:02:56 UTC

[PATCH] Assertion error with trunk binaries diff

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.

Did *not* run the testsuite would commit it later.

With regards
Kamesh Jayachandran

Re: [PATCH] Assertion error with trunk binaries diff

Posted by Kamesh Jayachandran <ka...@collab.net>.
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_canonical(component)' failed.
>
>
> Attached patch fixes it.
>
> Did *not* run the testsuite would commit it later.
>
> With regards
> Kamesh Jayachandran


Committed this in r1041068.

With regards
Kamesh Jayachandran