Differences between revisions 1 and 2
Revision 1 as of 2009-04-23 14:27:47
Size: 5217
Editor: platypus
Comment:
Revision 2 as of 2011-08-08 20:05:38
Size: 5252
Editor: echidna
Comment:
Deletions are marked like this. Additions are marked like this.
Line 10: Line 10:
   * [http://www.nongnu.org/cvs/ CVS official site]
   * [http://cvsbook.red-bean.com/cvsbook.html Open Source Development with CVS (eBook)]
   * [http://en.wikipedia.org/wiki/Concurrent_Versions_System CVS wikipedia entry]
 * '''Subversion''' - designed to replace CVS and correct some of its flaws. Similar syntax to CVS. Too much like CVS for many people's taste, but probably the most commonly used VCS still. [http://code.google.com Google Code] and [http://sf.net SourceForge] use it for projects they host.
   * [http://subversion.tigris.org/ Subversion official site]
   * [http://svnbook.red-bean.com/en/1.0/index.html Version Control with Subversion (eBook)]
   * [http://en.wikipedia.org/wiki/Subversion_(software) Subversion wikipedia entry]
The Developer Tools package (available on the install discs or from [http://developer.apple.com/ ADC]) for MacOS X 10.4 installs CVS, and 10.5 also installs SVN. Third party packages also exist for SVN for earlier versions of MacOS X. Windows machines should have [http://www.tortoisecvs.org/ TortiseCVS] and [http://tortoisesvn.tigris.org/ TortiseSVN] installed. These programs integrate CVS and SVN into Windows Explorer.
   * [[http://www.nongnu.org/cvs/|CVS official site]]
   * [[http://cvsbook.red-bean.com/cvsbook.html|Open Source Development with CVS (eBook)]]
   * [[http://en.wikipedia.org/wiki/Concurrent_Versions_System|CVS wikipedia entry]]
 * '''Subversion''' - designed to replace CVS and correct some of its flaws. Similar syntax to CVS. Too much like CVS for many people's taste, but probably the most commonly used VCS still. [[http://code.google.com|Google Code]] and [[http://sf.net|SourceForge]] offer it for projects they host.
   * [[http://subversion.tigris.org/|Subversion official site]]
   * [[http://svnbook.red-bean.com/en/1.0/index.html|Version Control with Subversion (eBook)]]
   * [[http://en.wikipedia.org/wiki/Subversion_(software)|Subversion wikipedia entry]]
The Developer Tools package (available on the install discs or from [[http://developer.apple.com/|ADC]]) for MacOS X 10.4 installs CVS, and 10.5 also installs SVN. Third party packages also exist for SVN for earlier versions of MacOS X. Windows machines should have [[http://www.tortoisecvs.org/|TortiseCVS]] and [[http://tortoisesvn.tigris.org/|TortiseSVN]] installed. These programs integrate CVS and SVN into Windows Explorer.
Line 21: Line 21:
   * [wiki:Self:HlpLab/Git Git local wiki page]
   * [http://git.or.cz/ Git official site]
   *
[http://en.wikipedia.org/wiki/Git_(software) Git wikipedia entry]
   * [http://nathanj.github.com/gitguide/tour.html Git on Windows tutorial]
   * [http://github.com/ GibHub (project hosting)]
 * '''Bazaar''' - a VCS written in [http://www.python.org/ Python] by [http://www.canonical.com/ Canonical] software (makers of [http://www.ubuntu.com/ Ubuntu] Linux) for their needs. It's about as powerful as Git, but with much less jargon and with simpler command syntax. Bazaar is designed in part to integrate well with Canonical's [https://launchpad.net/ LaunchPad] project hosting. Now used by MySQL, among others.
   * [http://bazaar-vcs.org/ Bazaar official site]
   * [http://en.wikipedia.org/wiki/Bazaar_software Bazaar wikipedia entry]
   * [[Git|Git local wiki page]]
   * [[http://git.or.cz/|
Git official site]]
   * [[http://en.wikipedia.org/wiki/Git_(software)|Git wikipedia entry]]
   * [[http://nathanj.github.com/gitguide/tour.html|Git on Windows tutorial]]
   * [[http://github.com/|GibHub (project hosting)]]
 * '''Bazaar''' - a VCS written in [[http://www.python.org/|Python]] by [[http://www.canonical.com/|Canonical]] software (makers of [[http://www.ubuntu.com/|Ubuntu]] Linux) for their needs. It's about as powerful as Git, but with much less jargon and with simpler command syntax. Bazaar is designed in part to integrate well with Canonical's [[https://launchpad.net/|LaunchPad]] project hosting. Now used by MySQL, among others.
   * [[http://bazaar-vcs.org/|Bazaar official site]]
   * [[http://en.wikipedia.org/wiki/Bazaar_software|Bazaar wikipedia entry]]
Line 30: Line 30:
   * [wiki:Self:HlpLab/Mercurial Mercurial local wiki page]
   * [http://www.selenic.com/mercurial/wiki/
Mercurial official site]
   * [http://developer.mozilla.org/en/docs/Mercurial Mozilla Mercurial documentation] (very much a work in progress)
   * [http://hgbook.red-bean.com/hgbook.html Distributed revision control with Mercurial (eBook)]
   * [http://en.wikipedia.org/wiki/Mercurial_(software) Mercurial wikipedia entry]
   * [https://bitbucket.org/ BitBucket (project hosting)]
   * [[Mercurial|Mercurial local wiki page]]
   * [[http
://www.selenic.com/mercurial/wiki/|Mercurial official site]]
   * [[http://developer.mozilla.org/en/docs/Mercurial|Mozilla Mercurial documentation]] (very much a work in progress)
   * [[http://hgbook.red-bean.com/hgbook.html|Distributed revision control with Mercurial (eBook)]]
   * [[http://en.wikipedia.org/wiki/Mercurial_(software)|Mercurial wikipedia entry]]
   * [[https://bitbucket.org/|BitBucket (project hosting)]
Line 38: Line 38:
   * [http://darcs.net/ Darcs official site]
   * [http://en.wikipedia.org/wiki/Darcs Darcs wikipedia entry]
   * [[http://darcs.net/|Darcs official site]]
   * [[http://en.wikipedia.org/wiki/Darcs|Darcs wikipedia entry]]
Line 41: Line 41:
   * [http://monotone.ca/ Monotone official site]
   * [http://en.wikipedia.org/wiki/Monotone_(software) Monotone wikipedia entry]
   * [[http://monotone.ca/|Monotone official site]]
   * [[http://en.wikipedia.org/wiki/Monotone_(software)|Monotone wikipedia entry]]
Line 44: Line 44:
   * [http://www.gnu.org/software/gnu-arch/ Arch official site]
   * [http://en.wikipedia.org/wiki/GNU_arch Arch wikipedia entry]
   * [[http://www.gnu.org/software/gnu-arch/|Arch official site]]
   * [[http://en.wikipedia.org/wiki/GNU_arch|Arch wikipedia entry]]

Version Control

Version Control Systems (also called Source Control Management (SCM) or Revision Control Systems (RCS)) are a type of software for keeping track of changes to files and merging changes from multiple users (usually developers) into a common tree. There are a number of different VCSs out there. Here we will focus on commonly used open source ones.

1. Historically relevant (and probably installed)

The Developer Tools package (available on the install discs or from ADC) for MacOS X 10.4 installs CVS, and 10.5 also installs SVN. Third party packages also exist for SVN for earlier versions of MacOS X. Windows machines should have TortiseCVS and TortiseSVN installed. These programs integrate CVS and SVN into Windows Explorer.

All of these are distributed VCSs, which means that each user has a full tree including revision history; there is no privileged central tree (unless you want there to be).

3. Worth noting

VersionControl (last edited 2011-08-08 20:07:13 by echidna)

MoinMoin Appliance - Powered by TurnKey Linux