Pragmatic Version Control is available in two different flavors: using CVS and using Subversion. Click on the links to each book for more details, code from the books, errata, reviews, ordering information, sample chapters, and a free printable summary card.

Pragmatic Version Control using CVS
176 pages, Sep 2003
ISBN: 978-0-9745140-0-0

Buy Now

You can also buy this title as part of the Pragmatic Starter Kit bundle.

 

About this Book

Pragmatic Version Control using CVS Keep project assets safe—never lose a great idea Know how to UNDO bad decisions—no matter when they were made Learn how to share code safely, and work in parallel See how to avoid costly code freezes Manage 3rd party code Understand how to go back in time, and work on previous versions Imagine you’re using the world’s most sophisticated word processor: it has every function imaginable, except one. For some reason, they forgot to add support for an UNDO command. Think how carefully and slowly you’d have to type—especially as you got near the end of a large document. One mistake, and you’d have to start over. Version control gives your team a project-wide undo button: nothing is final, and mistakes are easily rolled back.

With version control, you’ll never again lose a good idea because someone overwrote your file edits. You can always find out easily who made what changes to the source code—and why.

You no longer have to freeze development when producing a release: a version control system allows you to support multiple releases of your software at the same time, so you can continue with the main line of development.

Version control is a project-wide time machine. Now you can dial in a date and see exactly what the project looked like yesterday, last Tuesday or even last year.

AND IT’S EASY TO DO. Using a version control system does not have to be complicated, or time-consuming, or expensive. Pragmatic Version Control can show you how to set up and use a version control system effectively and inexpensively.

Contents and Extracts

About the Author

Andy Hunt and Dave Thomas, partners in The Pragmatic Programmers LLC, and founders of the Pragmatic Bookshelf, offer pragmatic resources for developers and managers. Their first book, The Pragmatic Programmer: From Journeyman to Master, is a popular overview of techniques and practices that make programming effective and enjoyable.