[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: Bogdan Cristea <cristeab_at_gmail.com>
Date: Mon, 14 Sep 2009 16:09:04 +0300

On Monday 14 September 2009 15:56:39 you wrote:
> Hi,
>
> 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/
>
> 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
>
> Jonathan Duane
> Technical Support Analyst
> Distinct Consulting
>
> Email: jonathan.duane_at_distinct.ie<mailto:Gina.Woodcock_at_distinct.ie>
> Tel: +353 (0)1 6729025
> Mob: +353 (0)86 3048170
> Fax: +353 (0)1 6729072
> Web: www.distinctpartners.com<http://www.distinctpartners.com>
>
> Please think of the Environment before printing this email.
>
> Notice of Confidentiality
>
> This transmission contains information that may be confidential and that
> may also be privileged. Unless you are the intended recipient of the
> message (or authorised to receive it for the intended recipient) you may
> not copy, forward, or otherwise use it, or disclose it or its contents to
> anyone else. If you have received this transmission in error please
> notify us immediately and delete it from your system.
>
> Distinct Business Consulting Ltd. Registered in Ireland No. 408766. The
> Registered Office is The Academy, Suite 9, Pearse Street, Dublin 2
>
> ------------------------------------------------------
> http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2
> 394603
>
> To unsubscribe from this discussion, e-mail:
> [users-unsubscribe_at_subversion.tigris.org].
>
As far as I understand you are trying to browse repositories. You should take
a look at http://viewvc.org/

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-09-14 15:10:21 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.