public marks

PUBLIC MARKS from nhoizey with tags svn & cvs

2008

A Visual Guide to Version Control | BetterExplained

by 8 others
This 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

2007

Streamed Lines: Branching Patterns for Parallel Software Development

by 3 others
Most 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.

2006

SitePoint Blogs » Using SVN for Web Development

by 4 others (via)
As CVS is quite dated and Subversion (SVN) introduced some handy features (atomic transactions, Apache piggybacking, more convenient branching/tagging, tons of other improvements), we chose to go with SVN. The big question was: how to use it correctly?

Version Control Systems Comparison

by 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.