Version Control With Subversion

C. Michael Pilato, Ben Collins-Sussman, Brian W. Fitzpatrick

  • 出版商: O'Reilly
  • 出版日期: 2004-07-02
  • 售價: $1,370
  • 貴賓價: 9.5$1,302
  • 語言: 英文
  • 頁數: 304
  • 裝訂: Paperback
  • ISBN: 0596004486
  • ISBN-13: 9780596004484
  • 相關分類: Version Control
  • 已絕版

買這商品的人也買了...

商品描述

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.

The book begins with a general introduction to Subversion, the basic concepts behind version control, and a guided tour of Subversion's capabilities and structure. With thorough attention to detail, the authors cover every aspect of installing and configuring Subversion for managing a programming project, documentation, or any other team-based endeavor. Later chapters cover the more complex topics of branching, repository administration, and other advanced features such as properties, externals, and access control. The book ends with reference material and appendices covering a number of useful topics such as a Subversion complete reference and troubleshooting guide.

Version Control with Subversion aims to be useful to readers of widely different backgrounds, from those with no previous experience in version control to experienced sysadmins. If you've never used version control, you'll find everything you need to get started in this book. And if you're a seasoned CVS pro, this book will help you make a painless leap into Subversion.

Table of Contents:

Foreword

Preface

1. Introduction
     What Is Subversion?
     Subversion's History
     Subversion's Features
     Subversion's Architecture
     Installing Subversion
     Subversion's Components
     A Quick Start

2. Basic Concepts
     The Repository
     Versioning Models
     Subversion in Action
     Summary

3. Guided Tour
     Help!
     Import
     Revisions: Numbers, Keywords, and Dates, Oh My!
     Initial Checkout
     Basic Work Cycle
     Examining History
     Other Useful Commands
     Summary

4. Branching and Merging
     What's a Branch?
     Using Branches
     Copying Changes Between Branches
     Common Use-Cases for Merging
     Switching a Working Copy
     Tags
     Branch Maintenance
     Summary

5. Repository Administration
     Repository Basics
     Repository Creation and Configuration
     Repository Maintenance
     Adding Projects
     Summary

6. Server Configuration
     Overview
     Network Model
     svnserve; A Custom Server
     httpd; The Apache HTTP Server
     Supporting Multiple Repository Access Methods

7. Advanced Topics
     Runtime Configuration Area
     Properties
     Externals Definitions
     Vendor Branches

8. Developer Information
     Layered Library Design
     Using the APIs
     Inside the Working Copy Administration Area
     WebDAV
     Programming with Memory Pools
     Contributing to Subversion

9. Subversion Complete Reference
     The Subversion Command Line Client: svn
     svnadmin
     svnlook
     svnserve

A. Subversion for CVS Users

B. Troubleshooting

C. WebDAV and Autoversioning

D. Third-Party Tools

E. Creative Commons Attribution License

Index