You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by "Faine, Mark" <Ma...@msfc.nasa.gov> on 2004/09/29 16:54:48 UTC

Access via http/https

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

Re: Access via http/https

Posted by Arne Jørgensen <ar...@arnested.dk>.
"Faine, Mark" <Ma...@msfc.nasa.gov> writes:

> The repository seems to be fine and is viewable with viewcvs.  However I
> cannot access it using the http or https scheme.

Does the webserver has read and write acces to the repository?

Kind regards,
-- 
Arne Jørgensen
Gammel Kongevej 7, 1. th., DK-1610 Copenhagen V, Denmark
mobile: +45 21 65 01 13
email: arne@arnested.dk, <http://arnested.dk/>


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