Subversion

by javery on October 29, 2005

I have a side project I am working on with a friend of mine and we wanted to use some type of source control. We wanted to use Vault but it didn’t really make sense to drop $400 on the two licenses, and I didnt really consider VSS since we would be doing this stuff over the net and have been through that pain before. I had heard alot about Subversion so I decided to give it a try, so far so good. I have used CVS before, so the model and the interfaces are familiar. The install wasn’t too painful, the one-click installer didnt work out but the instructions over here worked perfectly. If you haven’t looked at Subversion yet I would check it out.

-James

{ 6 comments }

Sam October 30, 2005 at 1:45 am

I love Subversion. Suffered with VSS, and eventually worked up the motivation to give SGV a shot. Better than VSS, but to be honest, that’s not saying much. ;-)

Not that SGV is bad, but it had too much of a VSS "feel" to really blow me away. It was basically a VSS, except that it actually worked.

So if you actually like VSS, and have a budget to spend, I don’t have anything bad to say about it I suppose.

Now Subversion on the other hand… TortoiseSVN is great!!! It’s fast. And I mean really fast compared to VSS and SGV. It’s merging is so good I just don’t have to think about it most of the time, and when I do have file revision conflicts, the diff viewer is simple (if a bit mouse-select flaky) and… well… it’s free. It does what I expect a source-control solution to do, better than everything else I’ve tried, and it’s free. I guess I can’t say much more than that. I could kick myself for not trying it sooner though. :-D

mitchell@4guysfromrolla.com (Sco October 30, 2005 at 6:09 pm

I’d be interested in hearing your review once you’ve used it more. Hopefully you’ll publish a follow-up here on your blog. :-)

———————————–

Scott Mitchell

mitchell@4guysfromrolla.com

http://ScottOnWriting.NET

Jeff Handley October 31, 2005 at 6:43 pm

Funny… I had never heard of Subversion until today. I read this blog entry and then about an hour later, my client called to tell me the project will be switching to Subversion in a couple of months (from VSS).

I too would be interested in hearing your thoughts after you’ve used it for awhile.

-Jeff

Jeffrey Palermo October 31, 2005 at 9:17 pm

I’ve been using SVN through a free host: opensvn.csie.org

I have my personal projects there. I can version any file from anywhere.

Darrell October 31, 2005 at 10:06 pm

Subversion rocks. It’s CVS done right, and kick’s VSS’s ass (though I still use VSS when working on 1-man local-box-only development).

Dan Hounshell November 5, 2005 at 2:31 am

We just started using Subversion and Tortoise SVN a couple of weeks ago and I am hooked. I was a little reluctant at first (being a .NET guy and all), but it is a great tool and very simple to use. As Sam said, check-in is a piece of cake – even with 3 developers working on the same project, the auto-merge does its job 99.9% of the time.

Comments on this entry are closed.

Previous post: Finally Installing

Next post: AnkhSVN and Visual Studio 2005 RTM