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

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

From: John Larcheveque <jmlarch_at_yahoo.com>
Date: Tue, 25 Oct 2011 03:21:34 -0700 (PDT)

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.

Thanks,
John
Received on 2011-10-25 15:29:23 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.