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

Re: SVN

From: Graham Leggett <minfrin_at_sharp.fm>
Date: 2005-03-01 12:23:06 CET

Parul said:

> Since using the Apache option would mean disturbing my already running
> apache configuration and also because a note in theSVN book says that
> Apache option is complex, i am taking up the svnserve option.

The comment about the Apache config being complex means that you need to
set up an Apache server if you are starting from scratch, which it seems
you wouldn't need to do (you already have such an install).

To switch on SVN within Apache is no more complex than this:

LoadModule dav_svn_module /usr/lib/httpd/modules/mod_dav_svn.so
<Location /repos>
    DAV svn
    SVNParentPath /var/svn
</Location>

If you already have an Apache server, adding svn to it is probably a lot
easier than setting up svnserve from scratch.

Regards,
Graham

--
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Mar 1 12:25:21 2005

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.