Source Control for the unwashed masses
Posted by Nicholas Brookins on 8 July, 2008Visual SourceSafe (VSS). Those words make me shudder, and it’s been years since I have touched it. I was snapped back to the reality so many Microsoft-centric developers deal with when my friend Dave sent this:
Do you really see any advantage to rolling bug tracking, source control, and a development IDE into the same gigantic tower of Babel product? I don’t see the advantage. It seems similar to writing software and saying “Look! It’s a text editor AND a screen saver!” They’re different functions. In the same field, yes, but different functions nonetheless. Maybe I’m just irritated at TFS this morning. We rent rack space so our TFS server is remote. You know how well VSS (which is really all that TFS source control is) handles remote connections. The end result is when I want to refresh my local source repository, it ran all of last night and is still running this morning. So we’re working on about 18 hours now. I could get the entire code base in a couple of hours using SVN and my cable connection.
I probably shouldn’t feel so strongly about source control, but poor source control structure and/or technology feels like a lot of needless man hours lost sometimes.
The biggest thing for me is integration with Visual Studio. There is a great SVN client called TortoiseSVN that is a shell extension to Explorer. It works extremely well - and since it isn’t IDE-centric, it allows for easy use of SVN for your documents or just about any file resource. The only problem is that if you move files in Visual Studio - say dragging a cs file into a sub folder of your project, or even adding a new class, SVN doesn’t pick up on the change. Later you’ll realize your files didn’t get checked in and it can be a pain to find all of them. VisualSVN to the rescue. It is a Visual Studio plug-in that lets SVN know about the actions you make, keeping everything in sync. you can also update or commit changes from the IDE. It is a commercial project, but very inexpensive and very worth it.
There are tons of alternatives to Visual SourceSafe. Some are expensive (Perforce, Clearcase) and designed for larger teams, while others are free/open source (CVS, SVN, etc..). Some even have neat-o comic advertisements in programming magazines.
* More to follow in a future post - experiences from building a new clustered datacenter.
![]()

Subscribe to Posts
Subscribe by Email
July 10th, 2008 a.t 6:49 am
I agree with you when you say TFS is a way slower than Tortoise. However if you try to look at the ALM(Application lifecycle management) side of it, its a big leap forward in the right direction. It allows to streamline project lifecycle by keeping everyone(Customer, Project Manager, Developers, Testers, Analyst) informed about the up-to-date status of project.
If you are not just a Microsoft shop then my picks for the ALM tool will beRalleyDev
VersiononeTargetProcess
September 29th, 2008 a.t 9:38 pm
One of the guys I work with passed along a Subversion plug-in for Visual-Studio http://ankhsvn.tigris.org/ I’ve been using it for awhile now and find that it’s much easier than keeping track of things with TortoiseSVN.
September 29th, 2008 a.t 10:54 pm
Thanks for the comments.
Martin: I had tried AnkhSVN when we first switched to Subversion about 3 years ago or so, but at the time it was very buggy and would often bring down VS.Net. A while later we found VisualSVN which has been solid,but I didn’t keep up with updates to Ankh.
Has AnkhSVN been stable for you? If so it might deserve another look from me!
November 12th, 2008 a.t 8:44 pm
k8php4qpyf0t6xkj