Subversion
Mac OS X, Java, Eclipse June 13th, 2007
Subversion is the defacto open source source version control system these days and a great improvement over cvs. It’s also a steal at the ripe price of free.
Great (and also free) documentation is available here: Version Control with Subversion.
To use any subversion repository you will need to install the client. For OS X, I wouldn’t recommend using Fink but rather downloading a pre-compiled binary, they are more up to date. Binaries for OS X are available here: partners.open.collab.net/apple.html
For eclipse, there’s a handy plugin called Subclipse.
For small projects or distributed development teams not looking to manage their own subversion server: unfuddle.com has a great hosted solution and an integrated milestone and ticketing system.
Chris Degiere and Associates is a full service software consultancy specializing in web application development.
June 13th, 2007 at 2:31 pm
The Metissian packages are no longer maintained. The current Subversion version is now 1.4.4. Fortunately, CollabNet recently started providing a package for OSX. See:
partners.open.collab.net/apple.html
Mark
June 13th, 2007 at 3:44 pm
Thanks Mark for pointing this out! I’ve updated the link in the main post.