Creation of SVN Branch
Creating or registering a Subversion (SVN) branch in AutoRABIT (ARM) lets you isolate development work, manage parallel features, and automate deployments from that new branch. The steps below cover both creating a brand-new branch and registering an existing one so ARM can track commits, merges, and CI jobs against it.
Creation of SVN Branch
Log in to ARM.
Open the
VC Repo's
tab.Select the SVN repository where the new branch should live.
Click Create.
In the Create Branch dialog, enter a Display Name.
Choose the appropriate Credential from the drop-down.
In Branch URL, append the new branch path to the parent branch (e.g.,
branches/Development
).Parent URL auto-populates from the repo; edit only if necessary.
Click Create to finish.
Registration of an Existing SVN Branch
Already created a branch directly in SVN? Register it so ARM can use it in EZ-Commit and CI.
In
VC Repo's
, select the SVN repository from Repository List.Click Register.
Enter a Display Name for the branch.
The Repository root is pre-filled. In Branch URL, add the path to the existing branch (e.g.,
branches/Integration
).Set Last Commit Date – ARM will pull changes from Salesforce only after this timestamp in EZ-Commit.
Click Register.
Last updated
Was this helpful?