[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Quick abspath assertion in reintegrate merge

From: Stefan Sperling <stsp_at_elego.de>
Date: Wed, 3 Aug 2011 23:15:16 +0200

On Fri, Jul 29, 2011 at 01:44:37AM +0300, Daniel Shahaf wrote:
> Daniel Shahaf wrote on Fri, Jul 29, 2011 at 00:23:38 +0300:
> > [[[
> > % cd wc1/trunk/
> > % $svn cp -q A A2
> > % $svn ci -q -mbr
> > % echo >>A2/mu
> > % $svn ci -q -mmod
> > % cd A
> > % $svn merge --reintegrate ../A2
> > subversion/libsvn_wc/wc_db.c:6685: (apr_err=235000)
> > svn: E235000: In file 'subversion/libsvn_wc/wc_db.c' line 6685: assertion failed (svn_dirent_is_absolute(local_abspath))
> > zsh: abort $SVN merge --reintegrate ../A2
> > %
> > ]]]
>
> In subversion/libsvn_client/merge.c:
>
> [[[
> 10656 SVN_ERR(svn_client__get_revision_number(&rev2, NULL, ctx->wc_ctx,
> 10657 "",
> 10658 source_ra_session, peg_revision,
> 10659 scratch_pool));
> ]]]
>
> we pass "" to the LOCAL_ABSPATH parameter.

Has this been fixed? Should we file an issue?
Received on 2011-08-03 23:15:59 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.