Awesome Conferences

Subversion

I've started using Subversion, a complete replacement for CVS. I really like it. I'm impressed at how fast it is, and how, as a dedicated CVS user, it was so easy to start using.

A lot of projects have a goal of replacing some old technology, but don't do a good job of putting the right things in place to make people want to convert. Those "things" may be features, documentation, or work-flow. I have a lot of respect for Subversion for meeting this challenge.

Another project that did a good job of that was Postfix (a replacement for Sendmail). Postfix has a program called sendmail that emulates all the things that Sendmail's sendmail does. In fact, if you forget to update your startup scripts and run the famous sendmail -bd -q15m command (the cryptic command most people use to start the Sendmail system), Postfix's sendmail is smart enough to do the right thing... even setting the queue re-run timer to 15 minutes.

I am equally impressed by Subversion. For the most part, I can do my old cvs commands, but type svn instead and things "just work."

So, besides carrying things over from CVS so well, what else do I like about Subversion?

  • It handles binaries really well. CVS had an obvious spot for someone to plug-in a binary difference engine like AT&T's vdelta, but nobody ever did. This is becoming more important as I use things like MS-Word (or even Star Office) for projects.
  • I can finally rename files. Oh god, I can't tell you how good it feels to rename files. (Yes, CVS had a workaround for that, but it sucked.)
  • It assigns a number to every revision (set of files checked in) that is sort of a state number. That means tagging an entire release means just recording that tag X is revision Y. In CVS, tagging meant modifying every file in the entire repository. The modification was at the top of the file, which meant you were rewriting every file. It was a bear of the backup system, and took forever. It also seemed really risky to me.

I haven't tried the WebDAV interface yet, but I hear it's pretty good. Any testimonials stories?

I'm not saying that CVS is bad. Heck, Christine and I wrote the entire TPoSaNA book using it, even used it to manage our status updates, schedule, notes, feedback, etc. It definitely was a life saver and I owe a big one to the people that wrote it (as well as the people that ported it to Windows). Any revision control system is better than none, and there are certainly many worse than, CVS. I still hear horror stories from people that use MS-SourceSafe.

I'm using Subversion for personal projects but I'm a little afraid to use it at work just yet. I'd hate to be one of the "early adopters" that gets burned by Subversion before it is "proven in the field". The early bird gets the worm, but the second mouse gets the cheese.

Question for readers of this blog: Is Subversion proven? When will it be?

Posted by Tom Limoncelli

No TrackBacks

TrackBack URL: https://everythingsysadmin.com/cgi-bin/mt-tb.cgi/836

1 Comment | Leave a comment

I've been wanting to install SVN for some time now--I'm glad to read your review of it.. I've heard (on the SAGE-Members list) that there have been security issues, but hopefully companies are using it behind a firewall, and hopefully they'll be ironed out by the time I install Apache2 and such to get SVN installed ;)

BTW: Love the look of the site! Nice job!!

Leave a comment

Credits