March, 2011


30
Mar 11

Where are my backups?

From time to time we have customers who want to automate the download of backups.

We have an API that will expose the backup data (file locations, etc…) which will enable you to easilly automate this, and store the backups yourself.

The api is accessable by doing a HTTP GET to:

http://[YOUR_ACCOUNT].codespaces.com/api/backups.xml

or

http://[YOUR_ACCOUNT].codespaces.com/api/backups.json

As you can see the API will expose the backup data in XML or JSON format.

 

NOTE: you will need to pass your login credentials with the request.


21
Mar 11

Subversion for Visual Studio Developers

Subversion for Visual Studio Developers with AnkhSVN

Accessing Subversion repositories from Visual Studio is really easy with AnkhSVN (http://ankhsvn.open.collab.net/). In this article I will illustrate just how easy it is to connect to a project in a Subversion repository and how to create a brand new project and add it to a Subversion Repository.

For this artical I’m using Visual Studio 2010 Professional however, the instructions are largely the same for all versions above 2003, I’m sure you will work it out ;-)

Installing AnkhSVN
Visit http://ankhsvn.open.collab.net/ and download the latest version of AnkhSVN, for this article I have downloaded version 2.1 but the instructions will remain the same for a while.

Continue reading →


10
Mar 11

subversion-for-visual-studio-developers

Most Visual Studio Developers will be comfortable using Either VSS (Visual Source Safe) or TFS (Team Foundation Server) but as Subversion continues to sement its position as the most popular version control system, more and more Microsoft developers are starting to look at Subversion.