This book covers the theory behind version control and how it can help developers become more efficient, work better as a team, and keep on top of software complexity. All projects need version it's the lifeblood of any project's infrastructure, yet half of all project teams in the U.S. don't use any version control at all. Many others don't use it well and end up experiencing time-consuming problems.
Version control, done well, is your "undo" button for the nothing is final, and mistakes are easily rolled back. This book describes Subversion, the latest and hottest open source version control system, using a recipe-based approach that will get you up and running quickly--and correctly.
Learn how to use Subversion the right way--the pragmatic way.
With this book, you
Keep all project assets safe--not just source code--and never run the risk of losing a great idea Know how to undo bad decisions--even directories and symlinks are versioned Learn how to share code safely, and work in parallel for maximum efficiency Install Subversion and organize, administer and backup your repository Share code over a network with Apache, svnserve, or ssh Create and manage releases, code branches, merges and bug fixes Manage 3rd party code safely Now there's no excuse not to use professional-grade version control.
As with others in the series, this is a quick read, and it details everything you need to know to use SVN effectively. We use SVN at my school, but nobody (including me) has ever known how to use branches, tags, or labels.
Something between a cookbook and a field guide, very concise reference about Subversion, it only lacks more examples of a full control version strategy, or more info on how can be leveraged on different situations.
I gave it 4 stars because it is good for the real beginners to the Subversion to get them going. But it is also missing some stuff. Like integration with various IDE`s, and tips on that.
Ottima guida introduttiva a subversion, con molti esempi chiari. Avrei gradito un approfondimento maggiore sulle caratteristiche più avanzate (per esempio gli hook).
Es una introducción a Subversion bastante concisa y práctica, ideal para aquellos que quieran trabajar con este sistema de control de versiones de una vez. Se puede ocupar como manual.