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

Re: Cant get Subversion working over HTTP

From: Ryan Schmidt <subversion-2009b_at_ryandesign.com>
Date: Mon, 14 Sep 2009 09:36:45 -0500

On Sep 14, 2009, at 07:56, Jonathan Duane wrote:

> I have subversion setup and i am trying to get it working over http
> for users in my domain. I am running the latest version of
> Subversion and am creating repositories through the svnadmin create
> way, i am also running the latest version of apache, everything
> works fine until i try and browse the respositories (by the way, is
> it supposed to create folders called
>
> conf/
> db/
> hooks/
> locks/

Those are all normal directories that live in the repository, yes.

> But when i click on each one of them it gives me a Http 500 error,
> and when i check the apache log file
>
> [Mon Sep 14 13:37:50 2009] [error] [client 127.0.0.1] (20014)
> Internal error: Can't open file 'C:\\svn\\general\\conf\\format':
> The system cannot find the file specified. , referer: https://localhost
> [Mon Sep 14 13:37:50 2009] [error] [client 127.0.0.1] Could not
> fetch resource information. [500, #0], referer: https://localhost
> [Mon Sep 14 13:37:50 2009] [error] [client 127.0.0.1] Could not open
> the requested SVN filesystem [500, #720002], referer: https://localhost
> [Mon Sep 14 13:37:50 2009] [error] [client 127.0.0.1] Could not open
> the requested SVN filesystem [500, #720002], referer: https://localhost
>
> Here is my conf file
>
> <Location />
> DAV svn
> SVNListParentPath on
> SVNParentPath C:/svn/general/
> AuthType SSPI
> SSPIAuth On
> SSPIAuthoritative On
> SSPIOfferBasic On
> SSPIBasicPreferred On
> # SSPIDomain DEVDOMAIN (Optional)
> Require valid-user
> </Location>
> </VirtualHost>
>
> I am lost here, and i don’t know what step to take next! Please,
> Please Help me

Ok. It says it cannot find the file C:\svn\general\conf\format. Does
this file in fact exist?

What exact URL are you trying to access?

Where exactly is the repository on disk?

Are you trying to serve a single repository or multiple repositories?

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2394643

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-09-14 16:37:38 CEST

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.