>>> So now we want to see the nodes row for each of those four paths:
>>>
>>> sqlite3 .svn/wc.db "select * from nodes where
>>> local_relpath='X/MONSTER.FMX/MONSTER.FMX.csproj'"
>>> sqlite3 .svn/wc.db "select * from nodes where
>>> local_relpath='X/MONSTER.FMX/Boxes/gbFMXDisplay.resx'"
>>> sqlite
>>> Is the sqlite3 utility readily available on Windows? If it is then run:
>>> sqlite3 .svn/wc.db "select * from work_queue"
>>
>> Yep, here's the output:
>> 79|(file-install X/MONSTER.FMX/MONSTER.FMX.csproj 1 0 1 1)
>> 80|(file-install X/MONSTER.FMX/Boxes/gbFMXDisplay.resx 1 0 1 1)
>> 81|(file-
> Is this a working copy that you checked-out with the old 1.6 Tortoise
> and upgraded to 1.7, or is it a working copy that you checked-out with
> 1.7?
This is a 1.6.17 working copy that was upgraded.
> A text-conflict or a tree-conflict? Do you have any local modifications
> to the working copy
I upgraded to 1.7 yesterday when the new version of Tortoise came out, and used
it with no issues last evening and today until I encountered this assertion:
In file
'D:\Development\SVN\Releases\TortoiseSVN-1.7.0\ext\subversion\subversion\libsvn_wc\workqueue.c'
line 672: assertion failed (checksum
ijben [mailto:b...@qqmail.nl]
Sent: Thursday, June 23, 2011 10:32 AM
To: Patrick Quirk; 'Johan Corveleyn'; 'Mark Phippard'
Cc: users@subversion.apache.org
Subject: RE: Possible bug moving file and then deleting directory
Patrick,
I can't reproduce the tree con