Logo

Version Control with Subversion

Large book cover: Version Control with Subversion

Version Control with Subversion
by

Publisher: O'Reilly Media
ISBN/ASIN: 0596004486
ISBN-13: 9780596004484
Number of pages: 407

Description:
One of the greatest frustrations in most software projects is version control: the art of managing changes to information. Today's increasingly fast pace of software development--as programmers make small changes to software one day only to undo them the next--has only heightened the problem; consecutive work on code or single-programmer software is a rare sight these days. Without careful attention to version control, concurrent and collaborative work can create more headaches than it solves. This is where Subversion comes into play. Written by members of the Subversion open source development team, "Version Control with Subversion" introduces the powerful new versioning tool designed to be the successor to the Concurrent Version System or CVS. CVS users will find the "look and feel" Subversion comfortably familiar, but under the surface it's far more flexible, robust, and usable, and more importantly, it improves on CVS's more notable flaws.

Home page url

Download or read it online for free here:
Download link
(1.6MB, PDF)

Similar books

Book cover: Essential CVSEssential CVS
by - O'Reilly Media, Inc.
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.
(20378 views)
Book cover: Version Control by ExampleVersion Control by Example
by - Pyrenean Gold Press
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.
(11561 views)
Book cover: CVS Version Control for Web Site ProjectsCVS Version Control for Web Site Projects
by
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.
(13652 views)
Book cover: Version Management with CVSVersion Management with CVS
by - Network Theory Ltd.
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.
(13131 views)