Results 1 to 4 of 4

Thread: [SOLUTION] My SVN ordeal (It doesn't work)

  1. #1
    Join Date
    Jul 2007
    Posts
    1

    Default [SOLUTION] My SVN ordeal (It doesn't work)

    I have tried for 2 hours to get SVN working...

    It doesn't work, and is impossible to install.

    The recent security changes do not give you enough permissions to make the installation, and it's a giant waste of time.

    This should be stickied, so that people stop wasting their time trying to get it installed...

  2. #2
    Join Date
    Nov 2006
    Location
    Sydney, Australia
    Posts
    4,951

    Default

    There are dozens of threads in the forum that discuss how people have managed to successfully install SVN and how they overcame particular problems with permissions etc.

  3. #3
    Join Date
    Jul 2010
    Posts
    55

    Default

    Hey there. If you like you can use this little script I have written. Either copy this into a text file run it with the permissions set to 755. Or just run the commands separately

    #!/bin/bash
    mkdir ~/src && cd ~/src
    wget http://subversion.tigris.org/downloa...-1.6.11.tar.gz
    wget http://subversion.tigris.org/downloa...-1.6.11.tar.gz
    tar -xzvf subversion-deps-1.6.11.tar.gz
    tar -xzvf subversion-1.6.11.tar.gz
    cd subversion-1.6.11
    ./configure --prefix=$HOME --without-apxs
    make && make install

  4. #4
    Join Date
    Jul 2010
    Posts
    55

    Default

    Unsticking: SVN is now installed on all Bluehost servers. svn: /bin/svn /usr/bin/svn /sbin/svn /usr/sbin/svn /usr/share/man/man1/svn.1.gz

    -Corbin

Posting Permissions

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