Config question for svn server
From: Robert A Nesius <rnesius_at_ichips.intel.com>
Date: 2002-07-10 00:28:16 CEST
Hi all,
I created a repository like so (simply for testing purposes).
./svnadmin create /tmp/svn/cmstest
Then I set up my apache server, with the following config lines
<Location /svn/repos>
ServerName plxw0026.pdx.intel.com
However, the following command failed....
[plxw0026]-> svn 138> svn co http://plxw0026.pdx.intel.com/svn/repos -d wc
svn_error: #21089 : <Berkeley DB error>
svn_error: #21089 : <Berkeley DB error>
Berkeley DB error while opening environment for filesystem /tmp/svn/db:
And sure enough, there was no DB file in /tmp/svn.
Changing the SVNPath directive in httpd.conf to:
... fixed the problem.
The following command subsequently succeeded:
And you're all going "Of course it did!" So to make sure
Now that I've written this out and thought it through,
-Rob
-- #include <sig.h> ------------------------------------------------------------------ Robert Nesius rnesius@ichips.intel.com 503.712.2181 DPG Engineering Computing SW Applications Team --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Wed Jul 10 00:28:44 2002 |
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.