Community Forums
Connect with us on LinkedIn
+ Reply to Thread
Page 1 of 2 1 2 LastLast
Results 1 to 15 of 22
  1. #1
    Member
    Join Date
    Sep 2007
    Location
    South Croydon, UK
    Posts
    19

    Default Subversion with cPanel?

    Searching brings up plenty of questions on this, but no answers.

    I would like to install SVN and have it connected with cPanel user accounts. (storing repositories in /home/user directories, so data is included in total space).

    I think this requires webDav or mod_dav or something in Apache 2, but I've not found a great deal more information so far, and was wondering if anyone has succesfully setup SVN and/or webDav with cPanel, and if you've got any advice/links/etc that might be useful?

    Thanks.

  2. #2
    Member
    Join Date
    Jul 2003
    Posts
    26

    Default

    I've been looking into this myself quite a lot lately and still haven't really found a solution. I've tried installing Subversion myself but I can never manage to get mod_dav_svn to install as it asks for httpd_mmn or something.

    Some resources which may be useful:

    http://wiki.centos.org/HowTos/Subversion
    http://www.howtoforge.com/subversion_web_access_apache
    http://www.svnforum.org/2017/viewforum.php?f=7
    http://alexle.net/archives/138
    http://queens.db.toronto.edu/~nilesh...version-howto/
    http://www.tobytremayne.com/index.cf...Trac-on-CentOS

  3. #3
    NT
    NT is offline
    Member
    Join Date
    May 2004
    Location
    England, UK
    Posts
    137

    Default

    If you're using Apache 2 (with the new easyapache), then you could try compiling subversion from source - I did this and it adds the relevant modules to /usr/local/apache/modules/ as well as httpd.conf.

    The only problem I have now is:

    Code:
    Internal error: Can't open file '/path/to/subversion/404.shtml/format': No such file or directory
    I can access the repositories fine within my browser - it just doesn't work from the subversion client.

    If you need any help getting it installed and running, I can probably help, but until I can fix the error above, I'm stuck too!
    Nick

  4. #4
    NT
    NT is offline
    Member
    Join Date
    May 2004
    Location
    England, UK
    Posts
    137

    Default

    Well, I'm getting there...

    I've just discovered that having a <Location /> within a subdomain's VirtualHost container applies to all VirtualHosts, not just the subdomain's VirtualHost, as I expected.

    I can get Subversion working perfectly with something like http://svn.domain.com/svn/repository_name, but I'd prefer to have it without having "svn" as the directory, because it's already in the subdomain.

    Any ideas? I'd be interested to know if there's a way to do a <Location /> for just the current VirtualHost.
    Nick

  5. #5
    NT
    NT is offline
    Member
    Join Date
    May 2004
    Location
    England, UK
    Posts
    137

    Default

    OK, not sure how I did it, but it seems to work now.

    <Location /> *does* seem to work for a single VirtualHost - I don't know what I did previously that made it affect other VirtualHosts.
    Nick

  6. #6
    NT
    NT is offline
    Member
    Join Date
    May 2004
    Location
    England, UK
    Posts
    137

    Default

    The only thing I'm looking for now are a few mod_security rules to allow DAV/SVN access through.

    Can anyone help?
    Nick

  7. #7
    cPanel Partner NOC cPanel Partner NOC Badge rvskin's Avatar
    Join Date
    Feb 2003
    Posts
    397

    Default

    We are developing SVN plugin for cPanel. This plugin allow cPanel user to create SVN repository separately. Package will include Subversion1.4 and Trac10.x. It doesn't require Apache2 and doesn't need to edit httpd.conf while cPanel user installing it. Anybody interested to be a beta tester, please email your request to pairote@cpanellicense.com. We are accepting 20 beta tester only.
    RVSkin, a great experience for you, resellers and clients!
    http://www.RVSkin.com - The Most Intelligent Cpanel Skin, 23 Languages included.
    http://www.RVSiteBuilder.com - Website Builder for Hosting Provider.
    http://www.cPanelLicense.com - External cPanel License.

  8. #8
    Member
    Join Date
    Sep 2007
    Location
    South Croydon, UK
    Posts
    19

    Default

    Thanks for the information all; been very busy and not able to look into any of it yet, but I do need to get this sorted out, and the sooner the better.

    That plugin does sound interesting - hope there's still some spaces left in the beta test.

  9. #9
    Member
    Join Date
    Jun 2004
    Posts
    111

  10. #10
    Member
    Join Date
    Jan 2004
    Posts
    5

    Default

    Any idea when you will be releasing the plugin?

    Cheers, Mark.

  11. #11
    cPanel Partner NOC cPanel Partner NOC Badge rvskin's Avatar
    Join Date
    Feb 2003
    Posts
    397

    Default

    Any one interested in the beta test package, please email the server IP address to pairote@cpanellicense.com.
    RVSkin, a great experience for you, resellers and clients!
    http://www.RVSkin.com - The Most Intelligent Cpanel Skin, 23 Languages included.
    http://www.RVSiteBuilder.com - Website Builder for Hosting Provider.
    http://www.cPanelLicense.com - External cPanel License.

  12. #12
    Registered User
    Join Date
    Sep 2007
    Location
    kerala
    Posts
    3

  13. #13
    Member
    Join Date
    Dec 2002
    Posts
    240

    Default

    Quote Originally Posted by rvskin View Post
    Any one interested in the beta test package, please email the server IP address to pairote@cpanellicense.com.
    This product no longer moving forward?

  14. #14
    Registered User
    Join Date
    Oct 2007
    Posts
    3

    Default I've just done this.

    As there was no good howto, I wrote one:

    http://flipsidereality.com/blog/nix/...ng-cpannel-whm

  15. #15
    cPanel Partner NOC cPanel Partner NOC Badge rvskin's Avatar
    Join Date
    Feb 2003
    Posts
    397

    Default

    Quote Originally Posted by VeZoZ View Post
    This product no longer moving forward?
    Sorry, testing is closed. We are going to release it in April 15, 2008. It will include in RVSkin. If you already have RVSkin license, you will get it free of charge. It will integrate Subversion and Trac. Also provide frontend to manage svn and trac users, privilege and etc. SVN repository is separated on the user home directory, Apache2 and 1.3 is supported.

    PS: willsheldon's Howto above is a great one.
    RVSkin, a great experience for you, resellers and clients!
    http://www.RVSkin.com - The Most Intelligent Cpanel Skin, 23 Languages included.
    http://www.RVSiteBuilder.com - Website Builder for Hosting Provider.
    http://www.cPanelLicense.com - External cPanel License.

Similar Threads & Tags
Similar threads

  1. cPanel 11.18.1 and subversion
    By ahowell in forum cPanel and WHM Discussions
    Replies: 3
    Last Post: 12-08-2008, 05:06 PM
  2. Subversion with cPanel
    By etono in forum cPanel and WHM Discussions
    Replies: 1
    Last Post: 10-18-2007, 03:05 AM
  3. Subversion Addon for cPanel
    By derekivey in forum cPanel and WHM Discussions
    Replies: 10
    Last Post: 09-18-2007, 02:56 PM
  4. CPanel/Subversion
    By bberglund in forum New User Questions
    Replies: 3
    Last Post: 08-22-2006, 11:36 AM
  5. Installing subversion through Cpanel
    By saj in forum cPanel and WHM Discussions
    Replies: 1
    Last Post: 02-11-2005, 04:28 AM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube