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

windows/dav newbie configuration question

From: David Viner <dviner_at_yahoo-inc.com>
Date: 2002-09-03 23:48:20 CEST

Hi,
        I've just installed Subversion on my Win2k laptop using the
svn-0.14.2-r3033-setup.exe installer. I created a repository, and can view
it using:

C:\>svn ls file:///d:/subversion
progjectA/

C:\>

then I installed apache 2.0.40, and added this to the httpd.conf:

## SUBVERSION
<Location /svn/repos>
        DAV svn
        SVNPath d:\subversion
</Location>

I restarted my apache, but when i get this error message:

C:\>svn ls http://127.0.0.1/svn/repos
svn: Bad URL passed to RA layer
svn: No part of path '/svn/repos' was found in repository HEAD.

C:\>

In the apache error log, I get:

[Tue Sep 03 14:46:11 2002] [error] [client 127.0.0.1] Could not fetch
resource information. [500, #0]
[Tue Sep 03 14:46:11 2002] [error] [client 127.0.0.1] Could not open the SVN
filesystem at d:\subversion [500, #165005]
[Tue Sep 03 14:46:11 2002] [error] [client 127.0.0.1] Expected version '1'
of repository; found no version at all; is `d:\subversion' a valid
repository path? [500, #165005]

I have also tried various values for SVNPath including all of the following:
        SVNPath "file:///d:/subversion"
        SVNPath "d:\subversion"
        SVNPath d:/subversion

All of which cause the same error (tho w/ the different dir name for the
repository path).

Have I missed some configuration?

thanks
dave

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Sep 3 23:48:47 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.