I'm not sure, but I *think* this patch might be necessary to get a
successful build of the locking branch when BDB isn't on the system.
Basically, .../tests/libsvn_fs/locks-test runs against both BDB and
FSFS, but there's no such thing as optional linking, so I think it
needs to be counted as 'bdb-test' in build.conf. But I'd rather let
someone else without BDB verify this than to torture my own setup.
<<<
* build.conf
(locks-test): Group this with bdb-tests instead of just tests, since
it requires BDB for building.
>>>
Index: build.conf
===================================================================
--- build.conf (revision 13494)
+++ build.conf (working copy)
@@ -543,7 +543,7 @@
type = exe
path = subversion/tests/libsvn_fs
sources = locks-test.c
-install = test
+install = bdb-test
libs = libsvn_test libsvn_test_fs libsvn_fs_base libsvn_fs libsvn_delta
libsvn_subr aprutil apriconv apr
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Mar 19 16:57:19 2005