> For the complete documentation index, see [llms.txt](https://knowledgebase.autorabit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledgebase.autorabit.com/product-guides/arm-1/getting-started-1/registration/version-control-repository/svn.md).

# SVN

### Registering SVN repository in ARM <a href="#registering-svn-repository-in-arm" id="registering-svn-repository-in-arm"></a>

This section guides you to register the SVN repository in ARM.

1. Log in to your ARM account.
2. Hover your mouse over the **`Admin`** module and select the option: **`VC Repos`**.<br>

   <figure><img src="https://cdn.document360.io/8711f4e7-c040-4616-aac9-d947f87e4619/Images/Documentation/image-1667469603881.png" alt="" width="375"><figcaption></figcaption></figure>
3. Click on **`Register Repository`**.
4. Select the **`Version Control System`** as **`SVN`** on the **`Register Repository`** page.
5. Enter the name of the repository to display it locally.
6. Paste the **`Repository URL`** that SVN provides you.
7. Choose the correct user's **`Credentials`** from the list. To create a new credential, click on the **`+`** icon.
8. Click **`Test Connection`** to check if the connection has been authenticated. A success message is displayed after the authentication is completed.<br>

   <figure><img src="https://cdn.document360.io/8711f4e7-c040-4616-aac9-d947f87e4619/Images/Documentation/image-1667469718163.png" alt="" width="375"><figcaption></figcaption></figure>
9. Finally, click **`Save`** to complete the SVN repository registration process and to close the **`Register Repository`** screen.

Point to Remember:Select the **`Enable nCino`** checkbox to register the SVN repository with nCino objects included. To quickly identify nCino registered Version Control Repositories among all other repositories, nCino logos are marked in front of the Repository Label.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://knowledgebase.autorabit.com/product-guides/arm-1/getting-started-1/registration/version-control-repository/svn.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
