How to configure SVN in a build plan
The configuration guidelines below are for Atlassian Bamboo version 2.1.5 - war. They may not be appropriate for other versions of Bamboo.
When creating a build Plan, the Source Repository tab requires the selection of a Source Repository. To specify Subversion as the source repository, do the following:
- From the Repository: drop down list, select "Subversion*.
- In the Repository URL: field, enter the URL to your project. In this example, the URL is svn+ssh://svn.mit.edu/myProject/Common/myApp
- In the Username: field, enter isdasnap.
- From the Authentication Type: drop down list, select SSH.
- In the Private Key: field, enter your private key.
${renderedContent}In this example, the private key is sas.private. The full path to the private key is also specified.
You must enter the full path, /usr/local/etc/was/svn, along with your private key.