Thank you for investigating this, Philip. Answers below. On Tue, Nov 15, 2011 at 2:06 AM, Philip Martin <philip.mar...@wandisco.com>wrote:
> Ethan Bradford <ethan.bradf...@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 >