Back up a step. *What* data do you need to query? Maybe there is a more direct solution.
I very much dislike a special mode for wc_db. It just screams "hack". On Aug 27, 2010 10:07 AM, "Philip Martin" <philip.mar...@wandisco.com> wrote: > "Bert Huijben" <b...@qqmail.nl> writes: > >> I really think that it is much easier to just walk the entries files using >> an old style-lock, constructing a new sqlite db 'upgrade.db' somewhere >> outside the normal location using upgrade specific code. > > That might be another way to do it. If we construct a temporary 1.7 > root within the 1.6 root, something like: > > .svn/tmp/qyh2h2n2/.svn/wc.db > > then we should be able to query that database by converting a path > /some/wc/A/B by to /some/wc/.svn/tmp/qyh2h2n2/A/B. > > -- > Philip