I also have the same issue with the permissions.
I also have the same issue with the permissions.
To fix the permissions: the folder and files need to be for useraccount:useraccount if you are using suPHP.
You then also have to add to your config file located at /usr/local/apache/conf/userdata/std/2/cpanl_user/domain.com/file.conf
The complete conf file should look like this:# added for permissions/access
Order allow,deny
Allow from all
<Location /svn>
# mod dav svn support and location of svn repo files
DAV svn
SVNPath /path/to/svn/repos
# authentication for security, create using htpasswd
AuthType Basic
AuthName "SVN Access"
AuthUserFile /path/to/file/containing/user.pass
Require valid-user
# added for permissions/access
Order allow,deny
Allow from all
</Location>
Latest has a significant update due to the way dependencies are now handled.
Apache 2.2.19
Subversion 1.7.1
Code:cd /home/downloads/svn wget http://subversion.tigris.org/downloads/subversion-1.7.1.tar.gz tar xfvz subversion-1.7.1.tar.gz cd subversion-1.7.1 sh get-deps.sh cd neon ./configure --prefix=/usr/local/neon make make install cd .. ./configure --with-apxs=/usr/local/apache/bin/apxs --with-apr=/usr/local/apache/bin/apr-1-config --with-apr-util=/home/cpeasyapache/src/httpd-2.2.19/srclib/apr-util --with-neon=/usr/local/neon/ --with-ssl make make install
Louisvdw (4th November 2011)
There are currently 1 users browsing this thread. (0 members and 1 guests)