+ Post New Thread
Page 2 of 2 FirstFirst 12
Results 16 to 18 of 18
*nix Thread, Subversion & WHM/Cpanel 11 in Technical; I also have the same issue with the permissions....
  1. #16

    Join Date
    Aug 2011
    Posts
    3
    Thank Post
    1
    Thanked 0 Times in 0 Posts
    Rep Power
    0
    I also have the same issue with the permissions.

  2. IDG Tech News

  3. #17

    Join Date
    Aug 2011
    Posts
    3
    Thank Post
    1
    Thanked 0 Times in 0 Posts
    Rep Power
    0
    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
    # added for permissions/access
    Order allow,deny
    Allow from all
    The complete conf file should look like this:
    <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>

  4. #18
    contink's Avatar
    Join Date
    Jul 2006
    Location
    South Yorkshire
    Posts
    3,814
    Thank Post
    296
    Thanked 318 Times in 224 Posts
    Rep Power
    112
    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

  5. Thanks to contink from:

    Louisvdw (4th November 2011)

SHARE:
+ Post New Thread
Page 2 of 2 FirstFirst 12

Similar Threads

  1. Tip:: WHM transfer : files get written blank?
    By contink in forum Web Development
    Replies: 0
    Last Post: 24th September 2008, 09:59 PM
  2. Subversion
    By Jackd in forum Coding
    Replies: 4
    Last Post: 18th August 2008, 11:47 AM
  3. Replies: 6
    Last Post: 7th April 2008, 07:10 PM
  4. Cpanel 11 - spam assassin & memory
    By contink in forum *nix
    Replies: 6
    Last Post: 22nd September 2007, 11:58 PM

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •