You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Robo <ro...@gmx.net> on 2003/04/04 06:43:32 UTC

Can't get SVNPath to work on Apache2

I'm running Subversion on WinXP, with the following config:

Apache/2.0.44 (Win32) PHP/4.3.0 SVN/0.20.0

Apache2 seems to load mod_dav_svn.so fine, but when I add the following to
the end of httpd.conf, Apache refuses to start:

<Location /svn>
DAV svn
SVNPath E:/svn
</Location>

the path is correct, I've been able to commit changes to the repos locally.

Apache is running as a service, and it will only start if I comment out the
four lines above, otherwise I get the following error:

The Apache2 service is starting.
The Apache2 service could not be started.

A service specific error occurred: 1.

More help is available by typing NET HELPMSG 3547.

Anyone know how I can solve this?

Robo


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org