# Subversion | 3690

* Basic Enumeration

```bash
## ------------------| Banner Grabbing
nc -vn 10.10.10.203 3690

## ------------------| list 
svn ls svn://10.10.10.203

## ------------------| Commit history
svn log svn://10.10.10.203

## ------------------| Download the repository
svn checkout svn://10.10.10.203

## ------------------| Go to revision 2 inside the checkout folder
svn up -r 2 
```


---

# Agent Instructions: 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:

```
GET https://docs.h4rithd.com/tcp/3690-subversion.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
