8 responses to “Installing Subversion on CentOS with Plesk”

  1. Creating A Sub Domain

    anybody here know of a good site to find more info on creating a sub domain? I’ve got this site bookmarked and im gonna keep checking it out, but i still would like to find a site that covers creating a sub domain a little more thoroughly..thanks

  2. What Is A Sub Domain

    anybody here know of a good site to find more info on what is a sub domain? I’ve got this site bookmarked and im gonna keep checking it out, but i still would like to find a site that covers what is a sub domain a little more thoroughly..thanks

  3. gudata


    #svn.yourdomain.com -- vhost.conf file
    Location /
    DAV svn

    SVNPath /var/www/repository
    AuthType Basic

    AuthName "Subversion Repository"

    AuthUserFile /etc/svn-auth-file
    Require valid-user
    /Location

    I think that Location and /Location should be

    ......

    Also here is how you can reload the domain configuration from plesk


    /usr/local/psa/admin/sbin/websrvmng --reconfigure-vhost --vhost-name=svn.yourdomainname.com

  4. Tim

    Shouldn’t ist be and instad of Location / and /Location. Because it only works when i put the around it.

  5. Tim

    Shouldn’t ist be <Location /> and </Location> instad of Location / and /Location. Because it only works when i put the <..> around it.

  6. Hunter

    What gudata was trying to say is that “Location /” and “/Location” need proper less-than and greater-than symbols around them to work.

  7. sandeep

    I done each and every step. Even created repository in /var/www/repository, but unfortunately when i try to access repository from browser, I got following error

    Could not open the requested SVN filesystem

    Really need some help on this

  8. Installing subversion on Centos | HostGator Coupons Code

    [...] trying to install subversion on Centos (Plesk) and i’ve got to Step 2 on this tutorial: http://www.lejnieks.com/2008/07/05/i…os-with-plesk/, but when I try to restart Apache after entering the modules in httpd.conf, Apache wont start [...]

Leave a Reply