<DIV><p>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 control: it's the lifeblood of any project's infrastructure, yet half of all project teams in the
Pragmatic Version Control Using Subversion
โ Scribed by Mike Mason
- Publisher
- Pragmatic Bookshelf
- Year
- 2006
- Tongue
- English
- Leaves
- 232
- Series
- Pragmatic starter kit 1
- Edition
- 2nd ed
- Category
- Library
No coin nor oath required. For personal study only.
โฆ Synopsis
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 control: 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 project: 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 can: * 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 safelyNow there's no excuse not to use professional-grade version control.
โฆ Table of Contents
Pragmatic Version Control using Subversion......Page 1
Contents......Page 5
1 Introduction......Page 11
2 What is Version Control?......Page 19
3 Getting Started with Subversion......Page 38
4 How To.........Page 62
5 Accessing a Repository......Page 65
6 Common Subversion Commands......Page 72
7 File Locking and Binary Files......Page 109
8 Organizing Your Repository......Page 117
9 Using Tags and Branches......Page 121
10 Creating a Project......Page 138
11 Third-Party Code......Page 151
A Install, Network, Secure, and Administer......Page 161
B Migrating to Subversion......Page 184
C Third-Party Subversion Tools......Page 188
D Advanced Topics......Page 198
E Command Summary and Recipes......Page 207
F Other Resources......Page 224
Index......Page 226
๐ SIMILAR VOLUMES
Today, 31 May 2009, I am still waiting for this book bought (paid) 2 months ago.
In any software development project, many developers contribute changes over a period of time. Using a version control system to track and manage these changes is vital to the continued success of the project. This book introduces you to Subversion, a free, open-source version control system, which
<DIV><p>There's a change in the air. High-profile projects such as the Linux Kernel, Mozilla, Gnome, and Ruby on Rails are now using Distributed Version Control Systems (DVCS) instead of the old stand-bys of CVS or Subversion.</p><p> Git is a modern, fast, DVCS. But understanding how it fits into y
<DIV><p>Whether you're making the switch from a traditional centralized version control system or are a new programmer just getting started, this book prepares you to start using Git in your everyday programming. <p> Pragmatic Version Control Using Git starts with an overview of version control sy