Help with svn and WebDAV?
From: <pll_at_lanminds.com>
Date: 2002-10-03 17:29:33 CEST
Hi all,
Is this the right place to ask for help with implementation problems?
I'm using Debian unstable, and have the following packages installed:
ii subversion 0.14.3-1 Advanced version control system - in develop
I have apache2 up and running and can connect to it.
I created a subversion repository:
mkdir /spare/svn
And then imported the 2.4.19 kernel tree into it:
svn import file:///spare/svn/linux-2.4.19/ /usr/src/linux \
I added the following to my /etc/apache2/sites-enabled/default file:
<Location /svn>
according to the directions on page 49 of "The Subversion Handbook".
Yet, when I try to connect to what I think should be the correct URL
[Thu Oct 03 11:05:23 2002] [error] [client 128.221.30.88] Could not fetch resource information. [403, #0]
Using the URL, http://subversion-svr/svn/linux-2.4.19/, I get the
Berkeley DB error while opening environment for filesystem /spare/svn/linux-2.4.19/db:
in my browser, and the same thing in error.log.
I'm completely new to Subversion *and* DAV, so I'm hoping someone can
Thanks,
-- Seeya, Paul -- It may look like I'm just sitting here doing nothing, but I'm really actively waiting for all my problems to go away. If you're not having fun, you're not doing it right! --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Thu Oct 3 17:30:22 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.