subcategories
Git (7)
e-books in Version Control category
by Eric Sink - Pyrenean Gold Press , 2011
The book uses practical examples to explain version control with both centralized and decentralized systems. Topics: Basic version control commands and concepts; Introduction to Distributed Version Control Systems; Advanced branching workflows; etc.
(11940 views)
by Manfred Moser, Tim O'Brien - Oracle , 2011
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.
(9348 views)
by Bryan O'Sullivan - O'Reilly Media , 2009
This book takes you step by step through ways to track, merge, and manage software projects with Mercurial, using Windows, Mac OS X, Linux, or Solaris. Mercurial is the easiest system to learn when it comes to distributed revision control.
(12310 views)
by Sean Dreilinger , 1999
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.
(14023 views)
by Per Cederqvist, et al. - Network Theory Ltd. , 2005
This manual describes how to use CVS, a powerful version control system. CVS tracks changes to source code and documents, allowing previous versions to be recovered at any time. CVS is free software, distributed under the terms of the GNU GPL.
(13467 views)
by Jennifer Vesperman - O'Reilly Media, Inc. , 2006
A complete reference that helps programmers and system administrators apply order to the task of managing large quantities of documents. The book covers basic concepts and usage of CVS, and features a comprehensive reference for CVS commands.
(20744 views)
by William Nagel - Prentice Hall PTR , 2005
The book introduces you to Subversion, an open-source version control system, which is more powerful and less complex than its predecessor CVS. The author provides useful tips for accomplishing tasks that arise in day-to-day software development.
(18688 views)
by C.M. Pilato, B. Collins-Sussman, B.W. Fitzpatrick - O'Reilly Media , 2008
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.
(21868 views)
by Karl Fogel, Moshe Bar - Paraglyph , 2003
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.
(12823 views)