ISBN: 0974514004
Publisher: Pragmatic Bookshelf
Publication Date: 2003
Edition: 1st
Binding: Paperback
Number of Pages: 176
Advertisement
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.