You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Sander Striker <st...@apache.org> on 2001/09/01 00:32:50 UTC

svn.collab.net setup

Hi,

Could you please add a link to the full httpd.conf on
the setup page?  Just to make sure I don't make stupid
config mistakes when setting something up locally for
testing purposes.

Thanks,

Sander


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

Re: svn.collab.net setup

Posted by Greg Stein <gs...@lyra.org>.
On Sat, Sep 01, 2001 at 02:32:50AM +0200, Sander Striker wrote:
> Hi,
> 
> Could you please add a link to the full httpd.conf on
> the setup page?  Just to make sure I don't make stupid
> config mistakes when setting something up locally for
> testing purposes.

Here is the significant portion:

<Location /repos/svn>
        DAV svn
	SVNPath /usr/www/repositories/svn
	AuthType Basic
	AuthName "Subversion repository"
	AuthUserFile /usr/www/svn-user-file
	<LimitExcept GET PROPFIND OPTIONS REPORT>
          require valid-user
	</LimitExcept>
</Location>


The only other things that we did are to compile-in mod_dav, and to dynload
mod_dav_svn. Then we set the user/group, the serveradmin, and the
servername. It really is quite a "stock" Apache.

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/

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