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

tests/../main.py vs. configure w/o bdb

From: Stephen Davis <subversion_at_soundgeek.org>
Date: 2005-04-02 00:19:46 CEST

In subversion/tests/clients/cmdline/svntest/main.py, the defaults
fstype is bdb which causes the majority of the "make check" tests to
fail when you have configured w/o bdb support.

fs_type = "bdb" (line 114 in 1.1.3 tarball)

Another relevant line is line 324 or so where the repository is created
and a bdb-specific option is passed to "svnadmin create." I don't know
if that will safely be ignored if "--fs-type=fsfs" is passed in but it
might be okay to just leave that as is. Just wanted to point it out.

I have no autoconf skills whatsoever so I can't even begin to suggest
how to fix this. I looked through the issue tracker but didn't find
anything. Is this a known issue?

stephen

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Apr 2 00:22:47 2005

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

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