Subversion 1.5.0 Released

subversion_logo_hor-468x64

(SVN) just released version 1.5.0 recently on June 18, 2008.  With it comes bug fixes and boosts in performance. It is highly recommended that you reference the, and pay attention to:

Merge tracking means Subversion keeps track of what changes have been merged where. This reduces the overhead involved in maintaining branches, and gives users a way to inquire what changes are merged — or are available to be merged — on different lines of development.

VisualSVN  responded by releasing VisualSVN Server version 1.5 on June 19, which adds easy configuration of Windows Authentication (and support for windows groups) in addition to some other great new features.  Download here.

, one of the most popular clients for Windows,  on. Download 32 bit edition here and 64 bit here.

VisualSVN also released their popular Visual Studio Integrated Client VisualSVN on June 21. Visual SVN is not free (unless you qualify), but well worth the nominal fee of $49 per seat.  You must have TortoiseSVN installed (not sure if that means only the 32bit version or not). Download VisualSVN here.

New to SVN?

If you are new to SVN, you need both a server and a client tool installed.  has an excellent on how to set up Subversion on Windows.  I prefer to use an easy to configure server that gives you the option to use the command line as well. Thus, I use VisualSVN Server. I use TortoiseSVN on the client side. I am trying out VisualSVN (VS integration) to see if I like it as well. 

With open source, you can easily get analysis paralysis because there are sometimes so many options.  So let me make it easy for you. Download VisualSVN Server and TortoiseSVN.  You can have VisualSVN Server installed and ready to go in less than ten minutes.  It has a great interface and can get you to DONE very fast. TortoiseSVN is a great tool for client side working with SVN.  If you need the Visual Studio integration, then get VisualSVN as well.

This article is part of the GWB Archives. Original Author: Robz / Fervent Coder

New on Geeks with Blogs

  • We Won The One Award I Actually Care About

    Full Scale made the Inc. 5000 for the fifth year straight, the 12th listing across my three companies. Here is why the one award you cannot buy is worth stopping for.

  • Your Customers Build the Features Now

    I let a tool I liked sit dead for a year rather than build the features I wanted. An MCP server meant I never had to, and your customers can do the same to your product.

  • Get the Size of a Directory in Linux the Easy Way

    du -sh for the quick answer, ncdu for the cleanup, df for the disk itself: every command for checking directory size in Linux, plus why du and df never agree.

  • Vim Search and Replace: The Ultimate Guide

    One :%s command replaces every match in a file before a find dialog would even open. The Vim substitute patterns worth the muscle memory: flags, ranges, capture groups, and multi-file edits.