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

Re: Alternatives for remote access?

From: Florin Iucha <florin_at_iucha.net>
Date: 2002-08-30 05:14:25 CEST

On Thu, Aug 29, 2002 at 09:26:21PM -0500, Ben Collins-Sussman wrote:
> Alan Shutko <ats@acm.org> writes:
>
> > There's no reason the Apache process has to be considered a web
> > server. It can be configured not to serve any content other than
> > SVN, with as much security as ssh has.
>
> That's true. Our INSTALL document walks you through the simple
> process: build or install apache2, drop mod_dav_svn into place, and
> add a <Location> block to apache's config file. It's incredibly
> simple to do. We're treating apache as a generic server process.

Ha! That's still too complicated.

Use Debian. A big thanks to whomever packaged svn and apache2 for
Debian. It made it really easy:
   apt-get install libapache-dav-svn
   cp /usr/share/doc/libapache-dav-svn/examples/dav_svn.conf /etc/apache2/mods-available
   edit /etc/apache2/mods-available/dav_svn.conf
   restart apache2

florin

-- 
"If it's not broken, let's fix it till it is."
41A9 2BDE 8E11 F1C5 87A6  03EE 34B3 E075 3B90 DFE4

  • application/pgp-signature attachment: stored
Received on Fri Aug 30 05:15:12 2002

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.