Setting up a Project in Subversion (Svn)
Category: Tools > Version Control      Posted: 05 Apr 09

In this episode we will walk you though how to setup and add your project to the Subversion (SVN) source control server.

We will be using the VisualSVN Server and TortoiseSvn Client in this episode. By the end of this episode you should be able to setup, maintain and use a SVN server with ...

Learning the Check-in Dance
Category: Tools > Version Control      Posted: 25 Mar 09

In this episode we will walk you though the various steps that make up the Check-in Dance. The steps of the check-in dance are below:

  • Compile your local copy of the code
  • Test your local copy of the code
  • Get the latest version from source control and merge
  • Compile the merged versi...

  • Using Git in Ruby Applications - Scott Chacon
    Category: Languages > Ruby      Posted: 07 Feb 09

    This talk will demonstrate different ways you can use Git in your Ruby applications using Grit, the main binding library for Git in Ruby. A basic ove...