2008
A Visual Guide to Version Control | BetterExplained
by nhoizey & 8 othersThis guide is purposefully high-level: most tutorials throw a bunch of text commands at you. I prefer to cover the high-level concepts without getting stuck in the syntax (the manual is always there, don’t worry). Sometimes it’s nice to see what’s p
OOoSVN | OpenOffice.org repository for Extensions
by nhoizeyA project to provide change control for OpenOffice.org documents via SVN. Transparently checks in internal changes in files and allows users to recover any previous version, view logs and compare with older versions. Works under Unix/Linux and Mac OSX.
2007
Streamed Lines: Branching Patterns for Parallel Software Development
by nhoizey & 3 othersMost software version control systems provide mechanisms for branching into multiple lines of development and merging source code from one development line into another. However, the techniques, policies and guidelines for using these mechanisms are often misapplied or not fully understood. This is unfortunate, since the use or misuse of branching and merging can make or break a parallel software development project. Streamed Lines is a pattern language for organizing related lines of development into appropriately diverging and converging streams of source code changes.
Buildix from ThoughtWorks :: project start-up in a box
by nhoizeyContinuous Integration, Source Control, a Wiki and a Bug-Tracker are all cornerstones of a functioning Agile development project.
2006
Introducing Subversion
by nhoizeyElliotte Rusty Harold introduces Subversion, an open source, multiuser version control system that supports non-ASCII text and binary data. Follow along as Elliotte shows you how to configure Subversion support in Eclipse (via the Subclipse plug-in), check out a project, synchronize with your repository, and then run common operations such as merge, patch, diff, and delete.
Version Control Systems Comparison
by nhoizey & 10 others (via)This is a comparison of version-control systems. It is split into several categories and sub-categories under which the systems are checked.
1
(6 marks)