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

Re: svn.collab.net setup

From: Greg Stein <gstein_at_lyra.org>
Date: 2001-09-02 03:30:45 CEST

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
Received on Sat Oct 21 14:36:39 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.