+ Reply to Thread
Page 2 of 6 FirstFirst 1 2 3 4 ... LastLast
Results 11 to 20 of 54

Thread: Subversion

  1. #11
    Join Date
    Jun 2006
    Posts
    2

    Default

    Quote Originally Posted by userwaldo
    Update
    I found the following links usefull inhelping setup subversion on my site, since it isn't available by default.
    http://www.lukemelia.com/blog/archiv...rsion-at-pair/
    http://forums.site5.com/showthread.php?t=7348
    Did this work for you?

  2. #12
    Join Date
    Feb 2006
    Posts
    25

    Default

    I tried it without luck...


    C'mon Bluehost.... SUBVERSION pleaaaaasseeeee!!! Now I have to put Gallery on my own machine or elsewhere.

  3. #13
    Join Date
    Jul 2006
    Posts
    9

    Default

    Here is a link to a programming forum that has a few discussions on Subversion. You have to register to access the content but it's free and very safe and secure. I am a member there and know the clientele very well, they are a good bunch of guys and very helpful too.

    Will

  4. #14
    Join Date
    Jun 2006
    Posts
    2

    Default

    Quote Originally Posted by chfields
    Did this work for you?
    This worked for me. The only difference is that I changed the file from version 1.3.0 to 1.3.2. My $HOME/bin directory now has the svn client and utilities.

  5. #15
    Join Date
    Feb 2006
    Posts
    25

    Default

    I might need a little help then!

    I have created "bin" in the home dir.

    Does it want me to input something here?:

    Code:
    user@machine% ./configure --prefix=$HOME --without-berkeley-db --with-zlib --with-ssl
    I don't quite understand what he's saying (in the tutorial):

    You will want to make sure that $HOME/bin is part of your PATH, too.

    Thanks for the help!
    Last edited by Kemper; 07-06-2006 at 06:30 AM.

  6. #16
    Join Date
    Jun 2006
    Posts
    2

    Default

    Quote Originally Posted by Kemper
    I might need a little help then!

    I have created "bin" in the home dir.

    Does it want me to input something here?:

    Code:
    user@machine% ./configure --prefix=$HOME --without-berkeley-db --with-zlib --with-ssl
    This is all that I did...

    Code:
    cd
    
    mkdir src
    
    cd src
    
    wget http://subversion.tigris.org/downloads/subversion-1.3.2.tar.gz
    
    tar -xzvf subversion-1.3.2.tar.gz
    
    cd subversion-1.3.2
    
    ./configure --prefix=$HOME --without-berkeley-db --with-zlib --with-ssl
    
    make
    
    make install
    After the above steps were executed, it had updated the /man, /build, /include, /info, /lib, and /bin directories that support the subversion client modules. I did not receive any prompts, or if I did, I don't remember them and accepted the defaults.

    If you did not already have /bin in your home directory, you probably will need to update your $PATH statement in your shell profile to include it (later).

    If you follow the code snipet above line by line, make note of any errors you get (other than the normal plethora of output warnings from the config and make scripts) and post them...otherwise, you should have a working subversion client installed for your user account.

    I hope this helps.

  7. #17
    Join Date
    Feb 2006
    Posts
    25

    Default

    Well dang... I must have done something stupid like forget make install... works now!

    Thank you very much!

  8. #18

    Default Subversion support please!

    I would also like to see subversion support - cvs is so yesterday!

  9. #19
    Join Date
    Mar 2006
    Posts
    12

    Default

    Quote Originally Posted by chfields
    Did this work for you?
    yes it worked for me

  10. #20
    Join Date
    Jul 2006
    Posts
    2

    Default

    Are we more likely to see Subversion if we start threatening to switch hosts? I don't want to pay a separate host simply to have Subversion support. So, if I have to switch hosts to get Subversion, I'll take my business elsewhere...

+ Reply to Thread

Posting Permissions

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