pf » Subversion Better than CVS?
Subversion Better than CVS?
I have been reading up on Subversion - an open source control product, my friend Tim provoked me into this. I recommend checking out the Subversion Book (html, pdf) - which is a draft of an upcoming book Version Control With Subversion (O'Reilly & Associates). It gives a good introduction of source control concepts, as well as info on using Subversion. Subversion 1.0 was just released in Feb.
Subversion is similar to cvs, they are both: open source, use the copy-modify-merge version control model, and have similar command line syntax. One of my peeves with CVS was the hassle of dealing with binary files - subversion treats all files as binary, and does binary diffs. It also has better support for changing directory structure. And possibly one of the more interesting features, to me at least, is the way it runs on the server - you access the repository with url's (eg http://server/module, file://x/y/z, etc). Subversion has an Apache module that uses webdav for the server. This is nice because many of us web developers are already familiar with administering Apache, and you can leverage Apache for authentications, and encryption (https). From what I have seen so far subversion looks to be superior to CVS, at least for my needs. Have you used both?, thoughts?
Related Entries
- Cheat Sheet Roundup - Over 30 Cheatsheets for developers - September 1, 2005
- Bug Report hooks for FindBugs and Subversion - May 9, 2005
- Using Subversion Hooks to send out build emails - February 23, 2005
- Top 10 Things I like about subversion - February 22, 2005
- CFSCRIPT Cheatsheet
- 3 New Image Effects for ColdFusion 8
- Googlebot to Submit Web Forms
- ColdFusion 8 Update 1 Fixes some Image Processing Quirks
- 10 Most Useful Image Functions in ColdFusion 8
- Speaking at NYC CFUG This Week
- Adobe AIR Tutorial for HTML / JavaScript Developers
- INFORMATION_SCHEMA Support in MySQL, PostgreSQL
RSS
add to del.icio.us
Pete Freitag is a software engineer, and web developer located in










