We are planning on rolling out a really big update the Code Spaces SVN backend before the new year, the exact date has not yet been decided however we will let you know as soon as we know.
The update consists of:
- Subversion 1.7 Support.
- New notification service for Subversion Commits.
- Quicker authentication system.
- IP address based whitelists for Extra Security.
- Recurring Billing.
- Various Bug Fixes.
- News Letters
Subversion 1.7 Support
Once we roll out this update any new repositories you create will be served by version 1.7 of the Subversion Server, any old repositories you have will remain on 1.6. To move a 1.6 repository to 1.7 there will be a “Upgrade Repository” feature that will move your repo from the 1.6 based infrastructure to our new 1.7 based infrastructure. The move will also represent a change in the repository URL so the existing scheme :
https://svn.codespaces.com/[YOUR_ACCOUNT]/[REPO_NAME]
will change to:
https://[YOUR_ACCOUNT].svn.codespaces.com/[REPO_NAME].
Continue reading →