Setting up a Subversion repository in Crucible alone
This page describes how to configure Crucible access to Subversion repositories.
Setting up a Subversion repository using native access
To set up native access to a Subversion repository:
- Go to the Crucible admin area.
- Click Repositories (under 'Repository Settings'), and then Native Repository Access (if necessary).
- Click Add Existing...
- Refer to Subversion in the Fisheye documentation for detailed information about completing the wizard.
Finding your repository root
Run the following command:
svn info SVN_URL
where SVN_URL is the complete URL of the repository you want to add.
You will get something like the following:
>svn info http://svn.example.com/svn5/
Path: svn5
URL: http://svn.example.com/svn5/
Repository Root: http://svn.example.com/
Repository UUID: ce062a09-193b-427a-a7b3-a85007076e5d
Revision: 83
Node Kind: directory
Last Changed Author: ryan
Last Changed Rev: 83
Last Changed Date: 2009-05-07 10:48:41 +1000 (Thu, 07 May 2009)
Next to "Repository Root" is the URL you should define as your repository root. The path will be whatever is remaining.