December, 2011


17
Dec 11

Setting up your Git SSH Keys to work with CodeSpaces

Creating a Repository

Creating a repository is as simple as clicking the “New Git Repository” button in the admin section toolbar. Once you have selected a name, etc.. you can click save and the repository will be created in Code Spaces (it can take a minute to create the Git repo on our servers).

Permissions

Git access permissions are setup in the repository settings, and you have a few options:

Continue reading →


2
Dec 11

Subversion 1.7 and various other updates

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 →