Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 64672 - Subversion > 1.1 is a valid server without BerkeleyDB
Summary: Subversion > 1.1 is a valid server without BerkeleyDB
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Paul de Vrieze (RETIRED)
URL: http://subversion.tigris.org
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-19 12:56 UTC by Jedi/Sector One
Modified: 2004-09-21 01:37 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jedi/Sector One 2004-09-19 12:56:06 UTC
Current Subversion ebuilds assume that if berkdb is not in the USE flags, we should get a client-only build. So, without berkdb, Apache config examples, Python bindings, etc. are not installed.

This is a broken assertion. Since version 1.1-rc*, Subversion can use its own filesystem (fsfs) that works way better than BerkeleyDB. It's perfectly legitimate to build a svn server without BerkeleyDB.
Comment 1 Paul de Vrieze (RETIRED) gentoo-dev 2004-09-20 01:23:14 UTC
I'll install the apache config files. I'll also check whether the bindings do actually compile correctly without db (they didn't). Btw. the assumption that without berkdb would be a client-only build is more a subversion assertion than an ebuild assertion.
Comment 2 Paul de Vrieze (RETIRED) gentoo-dev 2004-09-21 01:37:28 UTC
Just fixed in CVS