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

Re: Obliterate - progress in BDB and how I'm testing it

From: Julian Foad <julian.foad_at_wandisco.com>
Date: Fri, 11 Dec 2009 16:37:25 +0000

Philip Martin wrote:
> I get nearly empty all.bdb files:
>
> $ cd subversion/tests/cmdline
> $ ../../../../src2/subversion/tests/cmdline/obliterate_tests.py --fs-type=bdb 1
> ## new SvnWC:
> SvnWC(head_rev=0, state={{'': <svntest.wc.StateItem instance at 0x2739b90>}})
> ## head-rev == 1
> ## head-rev == 2
> ## head-rev == 3
> ## head-rev == 4
> ## head-rev == 5
> ## head-rev == 6
> ## head-rev == 7
> ## head-rev == 8
> ## head-rev == 9
> ## head-rev == 10
> ## head-rev == 11
> ## SvnRepository::dump(rep_dir=/home/pm/sw/subversion/obj2/subversion/tests/cmdline/svn-test-work/repositories/obliterate_tests-1)
> ## SvnRepository::dump(rep_dir=/home/pm/sw/subversion/obj2/subversion/tests/cmdline/svn-test-work/repositories/obliterate_tests-1)
> PASS: obliterate_tests.py 1: test svn obliterate
> $ cat svn-test-work/working_copies/obliterate_tests-1/*dump/all.bdb
> revisions:
> revisions:

I think that means your external "db_dump" program is not running. It
needs to be in your path under that name. On Ubuntu, my installation had
a db_dump program named "db4.7_dump" only, so I made a sym-link to it as
"db_dump". Does that work for you?

Thanks for trying it.

p.s. I checked out your "obliterate-like-deltify" branch yesterday, built and ran test suite, but
haven't looked inside it.

- Julian
Received on 2009-12-11 17:38:02 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.