icon Get the most out of Surmunity, read our tips here! Need an interesting blog to read? You've got to read the Surpass Blog! | Welcome! Please register to access all of our features.

» Surpass Web Hosting Forums » Discussions » Developer Lounge » How to install WebSVN to Show off your SVN projects

Developer Lounge For questions and discussion about our Developer Plan.

Reply
 
LinkBack Thread Tools Search this Thread Rate Thread
Old March 19th, 2009, 2:26 PM   #1 (permalink)
Surpass Staff
Seasoned Poster
 
Dennis's Avatar
 
Joined in Jun 2008
74 posts
Gave thanks: 0
Thanked 14 times
How to install WebSVN to Show off your SVN projects

So you have some repositories set up and now you want a nice neat way to show them off? WebSVN seems like the application you are looking for. Below are the 3 easy steps to take to install your own version of WebSVN:

1. SSH to your Surpass Developer Plan and check out the WebSVN Source code:

Code:
cd ~/public_html/
svn co http://wedsvn.tigris.org/svn/websvn/trunk svn --username guest
Note: When prompted for a password, just press enter

2. Customize the Config file for each repository you want to offer:

Code:
cd svn/
cp include/distconfig.php include/config.php
nano config.php
Note: All you need to do here is scroll down to the 'REPOSITORY SETUP' section and add a path to each svn project you wish to display such as the following:

Code:
$config->addRepository('ToDo Repository', 'file:///home/surpass/svn/ToDo');
$config->addRepository('Another Repository', 'file:///home/surpass/svn/repo2');
etc..
3. Go to the installation location and enjoy!
__________________
Dennis
Support Manager
SurpassHosting.com
Dennis is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Rate This Thread
Rate This Thread:

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On