SVN
Connecting an SVN (Subversion) repository to AutoRABIT (ARM) lets you automate commits, merges, and CI pipelines against code stored in that repo. The steps below walk an Org Admin through registering an SVN repository so ARM can authenticate, cache metadata, and trigger jobs.
Registering SVN Repository in ARM
Log in to ARM.
Hover over
Admin
and chooseVC Repos
.Click Register Repository.
On the Register Repository page:
Set Version Control System to SVN.
Repository Label – a friendly name that appears in ARM.
Repository URL – the full SVN URL (e.g.,
https://svn.mycorp.com/repos/project
).Credentials – select stored credentials or click + to add new ones.
Click Test Connection. A success message confirms ARM can authenticate.
Click Save to finish. The repository now appears in the VC Repos list.
Last updated
Was this helpful?