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

Newbie problem - please help

From: Mark Woon <morpheus_at_helix.stanford.edu>
Date: 2003-12-11 22:48:42 CET

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

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.