What repository settings are available in the control panel?
tl;dr
You can configure the repository name, description, commit email notifications, and advanced toggles for anonymous access, HTTP access, and revision property edits.
When viewing or editing a repository in the control panel, the following settings are available:
- Repository name – The name of the repository (read-only after creation). This is part of the repository URL.
- Link – The SVN URL for accessing the repository.
- Description – A remark or reference for your own use.
- Notify on commit – A list of email addresses that will receive a notification for each commit, including the changed files and diff contents.
- Size – The current disk usage of the repository. Click Refresh size to update.
Under the Advanced section:
- Anonymous access – Allows users to read the repository without logging in. Useful for open source projects. Write access still requires authentication.
- Allow HTTP – When enabled, both
http://andhttps://access are allowed. When disabled, only encryptedhttps://connections are permitted. - Allow revprop edits – When enabled, revision properties (such as commit messages) can be modified after a commit. You might enable this to use
svnsyncto upload revisions to the repo for example.
You can also manage User and Team access directly on the repository page.