Philip Martin wrote: > Vadim Chekan <kot.bege...@gmail.com> writes: > > > I'm working on a patch for svn but I'm not sure either it passes unit tests. > > When I run it as "make bdbcheck", fs-test fails test #23: create and > > modify medium file. > > But when I "cd subversion/tests/libsvn_fs && fs-test", then it passes > > all rules (well, with one18th XFAIL). > > Most of the tests default to the FSFS backend, to get fs-test to use > the BDB backend you need to use > > $ ./fs-test --fs-type=bdb
Ha, yes, that will be it. - Julian