views:

25

answers:

1

Hi, I'm having a bit of a struggle trying to get SVN correctly set up on my Linux (Centos 5) VPS. I have EasyApache compiled with the mod_dav module enabled, but I'm struggling with where to go from here.

This is my current set up:

Centos 5 server Subversion 1.4.2 installed (via yum) SVN repos located at /home/repos

I want to access my repos using http://serverIP/repos/example_site. Currently I have around 30 sites on the VPS, so i don't want to have to create specific .conf files for each of them, i just want a global rule to apply.

Can anyone provide any advice on this? There seems to be a lot of conflicting information in forum posts, so i thought i'd come here for guidance.

Many thanks in advance!

A: 

Kenny, I'm afraid I don't have anything helpful to add, except that I've been trying to do this exact thing for about 4 days, and I've run into all sorts of problems. The latest thing I've been trying is to upgrade to apache 2.2.

There is a very simple article here.... http://linuxwave.blogspot.com/2008/02/installing-subversion-with-apache-on.html

But you've probably been over all that already.

Jared