Hi all,
I've been trying to install and use subversion with no success, and I'm
hoping someone can point me in the right direction. I've compiled
Apache httpd and subversion per instructions, and but I can't seem to
access my repository over the web. I keep getting "Unsupported
repository version" errors.
Here's what I have in my httpd.conf:
<Location /svn/testrepo>
DAV svn
SVNPath /tmp/testrepo
</Location>
And here's what I'm doing at the command line:
> svnadmin create /tmp/testrepo
> mkdir test
> cd test
> mkdir trunk
> mkdir branch
> svn import . http://localhost/svn/testrepo
svn: Unsupported repository version
svn: PROPFIND request failed on '/svn/testrepo'
svn: Expected version '3' of repository; found no version at all; is
'/tmp/testrepo' a valid repository path?
svn: Your commit message was left in a temporary file:
svn: 'svn-commit.tmp'
> svn import . file:///tmp/testrepo
Adding trunk
Adding branch
Committed revision 1.
> svn co http://localhost/svn/testrepo/trunk
svn: Unsupported repository version
svn: PROPFIND request failed on '/svn/testrepo/trunk'
svn: Expected version '3' of repository; found no version at all; is
'/tmp/testrepo' a valid repository path?
>
This is with subversion 0.34, httpd 2.0.48, and Berkeley DB 4.2.50.
It's probably some inane configuration mistake, but I've gone over the
docs and can't figure out what I'm doing wrong. Anyone have any ideas?
Any help would be greatly appreciated.
Thanks,
-Mark
Received on Fri Dec 12 00:38:20 2003