Version Control by Example
by Eric Sink
Publisher: Pyrenean Gold Press 2011
ISBN/ASIN: 0983507902
Number of pages: 226
Description:
This book uses practical examples to explain version control with both centralized and decentralized systems. Topics covered include: Basic version control commands and concepts; Introduction to Distributed Version Control Systems (DVCS); Advanced branching workflows; Strengths and weaknesses of DVCS vs. centralized tools; Best practices; How distributed version control works under the hood.
Download or read it online for free here:
Download link
(multiple formats)
Similar books

by Karl Fogel, Moshe Bar - Paraglyph
The book on development and implementation of open source software using CVS. It explains how CVS affects the architecture and design of applications, covers strategies, third-party tools, scalability, client access limits, server administration.
(12227 views)

by Sean Dreilinger
Version control is used to track and manage changes. In our case, CVS version control is used to track any changes made to our web sites, whether it's a single edit of one file to fix a typo, or a series of adjustments where several files are added.
(13398 views)

by C.M. Pilato, B. Collins-Sussman, B.W. Fitzpatrick - O'Reilly Media
The book is written by Subversion open source development team. It introduces the new versioning tool which is the successor to CVS. This tool is more robust, flexible and usable, and it improves on some of the CVS's notable flaws.
(21061 views)

by Manfred Moser, Tim O'Brien - Oracle
Eclipse Hudson is a widely used, open source continuous integration server providing development teams with a reliable way to monitor changes in source control. The Hudson Book aims to be the authoritative and up to date resource about Hudson.
(8800 views)