Source Control Saturday

Posted on August 22, 2009 03:49 by Billy

One thing that is lacking from my personal software development experience is source control.  All of my projects normally go into the default Visual Studio project folder.  That is, until now.  

SVN

I know that source control is important.  It helps with versioning, sharing and general safekeeping of the code.  Because I don't have the money or inclination to purchase Microsoft's TFS or SourceSafe or a similar source control system, I've chosen to go with SVN.  

Setup

My current setup is as follows:

 

  1. Source Control - SVN
  2. Visual Studio SVN Client - AnkhSVN
  3. SVN GUI - VisualSVN Server 
I also downloaded and installed Tortise SVN, although, it is not currently used.  
 
More to come... 
 

 

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Related posts

Comments are closed