| Developer Lounge For questions and discussion about our Developer Plan. |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread |
|
|
#1 (permalink) |
|
Surpass Staff
Seasoned Poster
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 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 Code:
$config->addRepository('ToDo Repository', 'file:///home/surpass/svn/ToDo');
$config->addRepository('Another Repository', 'file:///home/surpass/svn/repo2');
etc..
__________________
Dennis Support Manager SurpassHosting.com |
|
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Rate This Thread | |
|
|