2750+
satisfied customers
SVN Cloud + Git
Spin up SVN + Git repositories in ISO 27001 German data centers. Manage everything in the browser—no CLI, no credit card required.
Transparent monthly pricing, cancel anytime.
See included featuresGermany / ISO27001
Data residency + compliance.
2FA + PATs
Secure repository access.
Browser-based
No CLI needed.
Transparent pricing
Monthly cancel options.
99.99% uptime
monitored 24/7
Daily backups
7-day retention
2750+ teams
trust VCSAdmin
24/7 support
direct from engineers
Trusted by 2700+ teams worldwide
Start a 7-day free trial, test every feature, and cancel anytime without penalties.
Start free trial7-day free trial, no credit card.
2750+
satisfied customers
82000+
VCSAdmin accounts
60000+
active VCSAdmin projects
2800
closed projects
Plans and Free Trial
7-day free trial, no credit card required.
A lean plan with serious performance.
2.50 € / Month
Most-requested plan; includes monitoring + unlimited repos.
Start free trialEnterprise-ready with scale and automation.
41.66 € / Month*
Enterprise storage, hooks, and Git—trial everything before committing.
Start free trialManage repositories, users, and permissions from your browser. No command-line work required.
Enable or disable hooks from the UI and add custom hooks when you need them.
SSL/TLS encryption protects data in transit, and access controls keep confidential data locked down.
Redundant infrastructure keeps your service online when it matters. 99.9% uptime
Scale users and storage as your team grows. Plans can be expanded when you need more capacity.
Encrypted daily backups are stored externally and are available if you need to restore or download them.
Our intuitive management software lets you focus on your projects instead of hosting.
Works with existing tools and development environments without extra setup.
Included with every plan
All SVN plans include the core features your team needs to get productive on day one, with no add-ons or surprises.
Every plan includes a dedicated SVN URL and a web admin interface so you can create repos, users, and permissions fast. Use your own domain and SSL certificate if you like. We also handle migrations from your existing SVN or Git servers to avoid downtime.
What you can do in minutes:
Everything you need is included from day one, so you can start your trial and be productive fast. All inbound and outbound traffic is included, and our support team is ready to jump in whenever you need it.
Every plan includes SSL/TLS encryption so you can manage SVN securely in the browser. Access to repositories is encrypted as well, and daily backups of all SVN data are encrypted and stored off-site.
Get help importing existing SVN repositories, setting up hooks, or with anything else during your trial and beyond. We are happy to be there for you.
Talk to sales
more service
Encrypted SSL/TLS channels and access controls keep confidential data safe.
Redundant systems adjust to load peaks so your service stays online.
Both storage and users can grow with your team, instantly.
Encrypted external backups are available for download or restore.
Complete administration via the browser, no console hassles.
Standard SVN hosting integrates with your environments via command line or IDE.
| Feature | Free Subversion | Subversion XS | Subversion S | Subversion M | Subversion L |
|---|---|---|---|---|---|
| Storage included | 10MB | 1250MB | 3000MB | 15000MB | 35000MB |
| Monitoring | 24/7 monitoring | ||||
| User | 2 | 10 | 25 | Unlimited | Unlimited |
| Git Repositories | |||||
| Own Domain | |||||
| SSL | |||||
| Backups | |||||
| Subversion Hooks | |||||
| Availability | > 99.9% | ||||
| Price / billing | - €0.00 / Month |
yearly €2.50 / Month |
yearly €5.99 / Month |
monthly €19.99 / Month yearly €16.66 / Month |
monthly €49.99 / Month yearly €41.66 / Month |
| Cancellation | Automatic Renewal for a further term unless cancelled at least 30 days before renewal. | ||||
| Instant access | Instant Access to your Hosting 7-day free trial, no credit card. |
||||
| Start free trial | Start free trial | Start free trial | Start free trial | Start free trial | Start free trial |
All prices are final prices and in euros. After the end of the test period, you can always cancel the next extension with 30 days' notice.
We can offer SVN servers up to 5TB, we would be happy to create an individual offer for your requirements.
* At least 15% savings when paying annually compared to paying monthly.
² Storage can be increased in 1000MB increments for €1.79/month.
Questions before you start?
Yes. Every plan bundles Git alongside SVN so you can manage both repo types from the same VCSAdmin console without extra cost or setup.
All of our servers are housed in German data centers. The data centers are certified according to ISO/IEC 27001 and therefore meet all standards regarding safety and environmental protection.
All of our systems are redundantly secured against failure. In recent years we have
achieved an average availability of 99.99%.
Furthermore, all of our customer data is saved once a day with an encrypted backup
on external systems. We keep the backups for 7 days and can restore the backed-up
data if necessary.
Yes.
Each of our packages can be tested for 7 days free of charge. If you
do not like our hosting, you can stop the test at any time via the customer center
and all data is deleted.
If you like our hosting, the package is automatically converted into regular
hosting after the end of the trial period and you can continue working seamlessly.
The most reliable way is a standard dump/load migration. Create a full dump of your existing repository, create an empty repository in SVN-Hoster, and then load the dump into the new repository. Plan a short maintenance window so no new commits happen during the final dump. After the import, verify that revision history, tags, and branches are present, then update client URLs. If you want to keep downtime near zero, you can do a dry-run import first and only switch to the final dump for the cutover.
First of all, an empty Subversion repository must be created on the central server.
Then the import can be started on the local SSH console:
svnrdump load http://domain.tld/repo < svnexport.dump
If a username and password are required for the import, the command is:
svnrdump load http://domain.tld/repo < svnexport.dump --username admin
--password admin --non-interactive
All revisions will now be transferred to the central server.
However, in some cases you will get an error:
svnrdump: E175002: DAV request failed; it's possible that the repository's
pre-revprop-change hook either failed or is non-existent
svnrdump: E175008: At least one property change failed; repository is
unchanged
svnrdump: E175002: Error setting property 'rdump-lock':
Repository has not been enabled to accept revision propchanges;
ask the administrator to create a pre-revprop-change hook
In this case, a hook must be set up in the target SVN repository to enable the
import.
Of course, this is only possible if you have access to the file system of the
central Subversion server.
In this case, the executable file pre-revprop-change with exit 0 must be created in
the hook directory.
printf '#!/bin/sh\nexit 0' > pre-revprop-change && chmod +x
pre-revprop-change
The remote import should then run.
Yes.
With our VCSAdmin management software, it's easy to enable and use two-factor
authentication.
Using 2FA requires your username and password to log in, as well as a one-time code,
such as from Google Authenticator, as a second factor.
The PAT (Personal Access Token) is used to access the repositories and is valid for
a limited time to further increase security.
Yes.
Integration with Active Directory or LDAP centralizes user management. Instead of
creating and managing individual user accounts and passwords for SVN/Git and
VCSAdmin, you can leverage existing accounts from the directory service. This
significantly reduces administrative overhead.
The integration enables compliance with security policies defined in the directory
service, such as password complexity, expiration dates, and account lockouts. If a
user leaves the company or their account is locked, this change automatically takes
effect for SVN/Git and VCSAdmin, minimizing the risk of unauthorized access. This is
especially important for meeting compliance requirements.
Talk to sales
Send us a request and we will help you get started