Learning how to resolve conflicts within Subversion (SVN) using TortoiseSVN
Category: Tools > Version Control      Posted: 05 Apr 09

In this episode we walk though how to resolve code conflicts using the TortoiseSVN client.

By the end of this episode you should be able to use both the Diff and Merge tools that are built into TortoiseSVN to manage and resolve any code conflicts that may arise

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 ...