• Menu
  • Skip to right header navigation
  • Skip to main content
  • Skip to secondary navigation
  • Skip to primary sidebar

OnlineProgrammingBooks.com

Legally Free Computer Books

  • All Categories
  • All Books
  • All Categories
  • All Books
  • About Us
  • Privacy policy
  • Disclaimer
  • Subscribe
  • Contact
You are here: Home ▶ Revision Control ▶ Version Control with Subversion

Version Control with Subversion

March 24, 2006

Version Control with Subversion

Version Control with Subversion introduces the powerful new versioning tool designed to be the successor to CVS. An introduction to Subversion is followed by a guided tour of its capabilities.

Book Description

This book is written for computer-literate folk who want to use Subversion to manage their data. While Subversion runs on a number of different operating systems, its primary user interface is command-line-based. That command-line tool (svn), and some additional auxiliary programs, are the focus of this book.

For consistency, the examples in this book assume that the reader is using a Unix-like operating system and is relatively comfortable with Unix and command-line interfaces. That said, the svn program also runs on non-Unix platforms such as Microsoft Windows. With a few minor exceptions, such as the use of backward slashes (\) instead of forward slashes (/) for path separators, the input to and output from this tool when run on Windows are identical to that of its Unix counterpart.

Most readers are probably programmers or system administrators who need to track changes to source code. This is the most common use for Subversion, and therefore it is the scenario underlying all of the book’s examples. But Subversion can be used to manage changes to any sort of information—images, music, databases, documentation, and so on. To Subversion, all data is just data.

While this book is written with the assumption that the reader has never used a version control system, we’ve also tried to make it easy for users of CVS (and other systems) to make a painless leap into Subversion. Special sidebars may mention other version control systems from time to time, and Appendix B, Subversion for CVS Users summarizes many of the differences between CVS and Subversion.

Note also that the source code examples used throughout the book are only examples. While they will compile with the proper compiler incantations, they are intended to illustrate a particular scenario and not necessarily to serve as examples of good programming style or practices.

Table of Contents

  • Fundamental Concepts
  • Basic Usage
  • Advanced Topics
  • Branching and Merging
  • Repository Administration
  • Server Configuration
  • Customizing Your Subversion Experience
  • Embedding Subversion
  • Subversion Complete Reference

Download Free PDF / Read Online

Author(s): Ben Collins, Brian W. Fitzpatrick and C. Michael Pilato.
Format(s): PDF, HTML
File size: 1.83 MB
Number of pages: 463
Link: Download or read online.

Similar Books:

  1. UNIX Specification Version 3
  2. How to Think Like a Computer Scientist Java Version
  3. How to Think Like a Computer Scientist C++ Version
  4. Learning the vi editor
  5. UNIX Application Migration Guide
Previous Post: « Ubuntu Linux Essentials
Next Post: A Beginner’s Guide to Delphi Database Programming »

Primary Sidebar

Get Latest Updates

  • Facebook
  • Pinterest
  • RSS
  • Twitter
  • YouTube
  • About Us
  • Privacy policy
  • Disclaimer
  • Subscribe
  • Contact

Copyright © 2006–2021 OnlineProgrammingBooks.com