Go Back   Cloud Computing > Support > vps hosting
 

Reply
 
Thread Tools Display Modes
  #1 (permalink)  
Old 05-10-11, 02:25
BOD Member
 
Join Date: Dec 2010
Posts: 142
Default Subversion Repository On VPS

Hello!
I want to know that how to install Subversion Repository on VPS?
Reply With Quote
  #2 (permalink)  
Old 05-10-11, 02:31
BOD Member
 
Join Date: Dec 2010
Posts: 227
Default

Hi,
You can go through the following article, It might be helpful for you : Source Code Repository
Or you can get help with Google. :drunk:
Reply With Quote
  #3 (permalink)  
Old 05-10-11, 02:43
BOD Member
 
Join Date: Dec 2010
Posts: 142
Default

Quote:
Originally Posted by 77wmaster View Post
Hi,
You can go through the following article, It might be helpful for you : Source Code Repository
Or you can get help with Google. :drunk:
Thanks for this link but it has nothing to do with installing version control. And I am pretty good with Google.

I previously have instructions for installing Subversion. But before I move on that I wanted to make sure that it was not installed previously or that there was not an simple way of doing it (like Fantastico).
Reply With Quote
  #4 (permalink)  
Old 05-10-11, 03:54
BOD Member
 
Join Date: Dec 2010
Posts: 227
Default

Quote:
Originally Posted by 25DORIS View Post
I am pretty good with Google.
Ok, I was not aware of that. I think you should get in touch with the support guys of bodhost, they probably be in a position to guide you through the process.
Reply With Quote
  #5 (permalink)  
Old 05-10-11, 03:59
BOD Member
 
Join Date: Apr 2011
Posts: 199
Default

I can post a good straightforward guide to set up subversion and connecting with SSH if you like? I am not too familiar utilizing it over https.
Reply With Quote
  #6 (permalink)  
Old 05-10-11, 04:11
BOD Member
 
Join Date: Nov 2010
Posts: 277
Default

Hi,

There are various process to installing Subversion or SVN. Did you try "yum install subversion" ?

I would suggest installing it from source though, which is quite simple over SSH
The steps are given below :

Quote:
cd /usr/local/src/

wget http://subversion.tigris.org/downloa...n-1.6.0.tar.gz
wget http://subversion.tigris.org/downloa...s-1.6.0.tar.gz
wget http://www.sqlite.org/sqlite-3.5.2.tar.gz

tar xzf subversion-1.6.0.tar.gz
tar xzf subversion-deps-1.6.0.tar.gz
tar xzf sqlite-3.5.2.tar.gz

cd sqlite-3.5.2
./configure
make
make install
./sqlite3
.help
.exit
cd ..

cd subversion-1.6.0
./configure
make
make install
svn --version
You are done..
Reply With Quote
  #7 (permalink)  
Old 05-10-11, 04:15
BOD Member
 
Join Date: Dec 2010
Posts: 142
Default

for sharing your knowledge. Thanx
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off
Forum Jump


All times are GMT -6. The time now is 00:31.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
Copyright © 1999-2012, BODHost Ltd. All rights reserved.