Re: 1.7.1, Build 22161 line 672: assertion failed (checksum != NULL)
From: Philip Martin <philip.martin_at_wandisco.com>
Date: Wed, 16 Nov 2011 00:28:03 +0000
Ethan Bradford <ethan.bradford_at_swype.com> writes:
>> sqlite3 .svn/wc.db "select * from work_queue"
That's very odd. Do you know which version of Subversion is running on
Are there other files with no checksum?
sqlite3 .svn/wc.db "select count(*) from nodes where checksum is null and kind='file'"
If there are other files then is there any pattern in the filenames?
sqlite3 .svn/wc.db "select local_relpath from nodes where checksum is null and kind='file'"
Can you describe the recent activity in the working copy? Do you
The NODES row shows that the update was trying to install revision 3936
Do you know the revision before the update? It's possible that you can
sqlite3 .svn/wc.db "select revision from nodes where revision != 3936"
or perhaps
sqlite3 .svn/wc.db "select revision from nodes where parent_relpath='DBBuild/Wordlists/Belarusian'"
or perhaps you can guess the approximate revision based on dates?
If you can identify the (approx?) revision before the update then
Thanks for your help so far!
-- PhilipReceived on 2011-11-16 01:28:41 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.