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

Access via http/https

From: Faine, Mark <Mark.R.Faine_at_msfc.nasa.gov>
Date: 2004-09-29 18:54:48 CEST

I have a Subversion repository setup on a Solaris 8 box with Apache 2.0.51.
(mod

The repository seems to be fine and is viewable with viewcvs. However I
cannot access it using the http or https scheme. I know this is a newbie
question and everything I've read points to permissions but I can't find any
permissions problems anywhere. The server is on an isolated network and so
authentication is not ever going to be an issue. In my httpd.conf file I
have:

LoadModule dav_svn_module modules/mod_dav_svn.so
LoadModule authz_svn_module modules/mod_authz_svn.so

And

      <Location /svn/libs>
          DAV svn
          SVNPath /export/home/repositories/libraries
      </Location>

I have attempted to comment out the authz_svn_module but it did not help.

Any help would be appreciated.

Thanks,
-Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Sep 29 18:56:57 2004

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.