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

Re: Version 1.7.0: wc_db.c' line 9465: assertion failed - repeated directory name suspected

From: Stefan Sperling <stsp_at_elego.de>
Date: Tue, 25 Oct 2011 15:51:14 +0200

On Tue, Oct 25, 2011 at 03:21:34AM -0700, John Larcheveque wrote:
> I've narrowed down the problem to repro when I call 'svn diff MissingPunctuation' from a directory that itself is called MissingPunctuation:
>
> C:\[start of my path]\MissingPunctuation>svn diff missingPunctuation\ > \nul
> svn: E235000: In file '..\..\..\subversion\libsvn_wc\wc_db.c' line 9465: assertion failed (work_presence == svn_wc__db_status_normal || work_presence == svn_wc__db_status_not_present || work_presence == svn_wc__db_status_base_deleted)
>
>
> I've deleted and retrieved through 'svn update' the offending directory to no effect. (Update worked. Diff still doesn't.)
>
> I haven't tried adding another path of the form [pathStart]/X/X/ to see if that repros the issue, but there's strong suspicion the name repetition is a factor.

I cannot reproduce this problem.
I get a "is not under version control" message instead.

Is this happening in a working copy you upgraded from 1.6,
or with a new checkout? Can you try reproducing in a new checkout?
Received on 2011-10-25 15:51:53 CEST

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

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