You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by dclist <dc...@gmail.com> on 2014/02/07 19:18:03 UTC

svn upgrade fails with failed assertion

I'm trying to upgrade a very old svn repo but the command is failing.

% svn upgrade .
svn:
/build/buildd/subversion-1.7.5/subversion/libsvn_subr/dirent_uri.c:1518:
uri_skip_ancestor: Assertion `svn_uri_is_canonical(parent_uri, ((void
*)0))' failed.
[1]    3298 abort      svn upgrade .


Can anyone tell me what I'm doing wrong?

Re: svn upgrade fails with failed assertion

Posted by Philip Martin <ph...@wandisco.com>.
dclist <dc...@gmail.com> writes:

> I'm trying to upgrade a very old svn repo but the command is failing.

"working copy" rather than "repo".

>
> % svn upgrade .
> svn:
> /build/buildd/subversion-1.7.5/subversion/libsvn_subr/dirent_uri.c:1518:
> uri_skip_ancestor: Assertion `svn_uri_is_canonical(parent_uri, ((void
> *)0))' failed.
> [1]    3298 abort      svn upgrade .
>
>
> Can anyone tell me what I'm doing wrong?

1.7.5 is old, a couple of fixes in more recent 1.7.x may be relevant:

 User-visible changes:
  - Client- and server-side bugfixes:
    * fix assertion on urls of the form 'file://./' (r1516806)

  - Client-side bugfixes:
    * upgrade: fix an assertion when used with pre-1.3 wcs (r1530849)


-- 
Philip Martin | Subversion Committer
WANdisco // *Non-Stop Data*

RE: svn upgrade fails with failed assertion

Posted by Bob Archer <Bo...@amsi.com>.
> I'm trying to upgrade a very old svn repo but the command is failing.
> 
> % svn upgrade .
> svn: /build/buildd/subversion-
> 1.7.5/subversion/libsvn_subr/dirent_uri.c:1518: uri_skip_ancestor: Assertion
> `svn_uri_is_canonical(parent_uri, ((void *)0))' failed.
> [1]    3298 abort      svn upgrade .
> 
> 
> Can anyone tell me what I'm doing wrong?

I don't know, but 1.7 is up to 1.7.14... 1.7.5 is pretty old.

Also, have you tried to dump and load?