Reputation: 11
I installed ReviewBoard on a machine running Ubuntu and I want to integrate it with a Subversion Repository (SVN) which is currently running on a different machine running redhat.
Is this possible? How do I connect ReviewBoard on one machine to a Subversion repository on a different machine?
Upvotes: 1
Views: 1498
Reputation: 397
you can follow the instructions in this link for review board guide to get your SVN URL.
simply To get the root URL
$cd /path/to/working/copy/of/SVN/repository
$svn info
The root URL will be defined as the Repository Root:
This is the review board wiki link that explains the steps to connect any repository type to the review board.
It is expected you have the administrative privilege to access the repository add page.
EDITED
Upvotes: 0
Reputation: 685
Its possible. You need get your SVN repository
s URL, and then go to the review-board`s admin page, there you can see a repository tab, you can connect you SVN repository with review-board there. Just need your URL, username and password. It works fine, my team has been using it for a while.
Upvotes: 1