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

Re: 1.7.1, Build 22161 line 672: assertion failed (checksum != NULL)

From: Ethan Bradford <ethan.bradford_at_swype.com>
Date: Tue, 15 Nov 2011 09:03:17 -0800

Thank you for investigating this, Philip. Answers below.

On Tue, Nov 15, 2011 at 2:06 AM, Philip Martin
<philip.martin_at_wandisco.com>wrote:

> Ethan Bradford <ethan.bradford_at_swype.com> writes:
>
> > I upgraded a tree from 1.6.x directly to 1.7.1 and I'm getting this, so
> the
> > bug (or a similar one) definitely persists.
> >
> > I've got very big trees, so checkouts take most of a day, so redoing the
> > checkout isn't so convenient.
>
> What did the 1.6 working copy look like? Was it a sparse working copy?
>

I did not have a sparse working copy -- I had a full recursive checkout.

> Did it have any local modifications?

It had a couple of local mods, though I don't remember what exactly.
 Nothing I need to keep.

> Any switched subdirectories?

No, I don't know what this is, so I probably didn't do it.

> Any uncommitted moves, copies or deletes?
>

No, I'm pretty sure I don't.

>
> Do you have the sqlite3 tool available to query the 1.7 working copy?
>
> sqlite3 .svn/wc.db "select count(*) from nodes where op_depth > 0"
>

I installed sqlite3 to check this. The answer it gets is 0. (I checked
that it is basically working. ".tables" shows a reasonable set of tables.
 "select * from nodes" yields quite a bit.)

I should add that this data was recently moved to this computer from my old
laptop (which precipitated my move to SVN version 1.7). I mostly access
through TortoiseSVN.

>
> --
> Philip
>
Received on 2011-11-15 18:04:06 CET

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.