Setting up an svn server howto

Darton Williams dartonw at gmail.com
Sun Jan 2 18:08:26 UTC 2011


On Sun, Jan 2, 2011 at 7:11 AM, Paul F. Johnson
<paul at all-the-johnsons.co.uk> wrote:
> Hi,
>
> I'm using F14 and need to set up an svn server without going through the
> fun and games that is apache and mod_web_dav.
>
> Can anyone point me in the direction of a good, simple to follow how to
> on setting up an svn server please?
>

The Fedora 14 repositories have everything you need. Search the
packages for "subversion" and you will see many options (System ->
Administration -> Add/Remove Software or "yum search subversion" from
a terminal).  Have a look at the other tools too, such as Nautilus
integration.

1. The main package you want is "websvn." It will have dependencies, I
think yum will install them but they include subversion (of course),
httpd and php.

2. Set up a repository with "svnadmin" from a terminal ("man svnadmin").

3. Configure websvn to browse that repository.
(http://killerconfigurations.blogspot.com/2009/10/web-svn-repository-browser.html)


Regards,

Darton


More information about the users mailing list