Book description
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 is both more powerful and much less complex than its predecessor CVS.
In this practical, hands-on guide, you will learn how to use Subversion and how to effectively merge a version control system within your development process. As a seasoned Subversion user, William Nagel draws on lessons learned through trial and error, providing useful tips for accomplishing tasks that arise in day-to-day software development. Nagel clearly explains how to expand on the built-in abilities of Subversion, making the system work better for you. He organizes Subversion commands by activity to allow for quick task reference. Using example scripts and configurations, he also includes development approaches that you can customize to fit your own environment.
Inside, you will find
A guide to installing Subversion on Linux, Windows, and Mac OS X.
A tutorial walkthrough of Subversion, from creating your first repository to basic branching and merging.
A detailed look at the most important Subversion client commands, as well as properties, user configuration, and integration with a variety of external tools.
A guide to repository administration and organization, including repository security and migration from another version control system.
An in-depth look at automation in Subversion, including using hook scripts, metadata, and the Subversion API, plus example scripts.
Case studies that examine both archetypal and real-world projects and their use of Subversion.
A Subversion command reference for fast access to essential technical information.
Details on Subversion's many advanced features, such as its Apache-integrated WebDAV server and database file storage system.
Whether you are an administrator, project manager, or software developer, Subversion Version Control will show you how to realize the full potential of Subversion.
Table of contents
- Copyright
- Bruce Perens’ Open Source Series
- Preface
- Acknowledgments
-
I. An Introduction to Version Control and Subversion
- 1. An Introduction to Version Control
- 2. An Introduction to Subversion
- 3. Installing Subversion
- 4. Basic Subversion Usage
-
II. Subversion from a Client User’s Perspective
-
5. Working with a Working Copy
- 5.1. The Subversion Client
- 5.2. Checking Out and Maintaining a Working Copy
- 5.3. Modifying and Committing Data
- 5.4. Getting Information about the Repository
- 5.5. Changing the Working Copy Target
- 5.6. Resolving Conflicts
- 5.7. Branching, Tagging, and Merging
- 5.8. Troubleshooting the Working Copy
- 5.9. Summary
- 6. Using Properties
- 7. Configuring the Client
- 8. Integrating with Other Tools
-
5. Working with a Working Copy
-
III. Subversion from an Administrator’s Perspective
- 9. Organizing Your Repository
-
10. Administrating the Repository
- 10.1. Controlling Access to the Repository
- 10.2. Backing Up the Repository
- 10.3. Unwedging Your Repository
- 10.4. Upgrading Subversion
- 10.5. Summary
-
11. The Joy of Automation
- 11.1. An Introduction to Hooks
- 11.2. Making the Most of Hook Scripts
- 11.3. Taking Advantage of Metadata
- 11.4. The Subversion API
- 11.5. Summary
-
IV. The Software Development Process
- 12. Development Process Policies
- 13. Integrating SVN with the Development Process
- 14. Case Studies in Development Processes
-
V. Reference
-
15. Command Reference
-
15.1. svn
- Options
- Subcommands
- 15.1.1. svn add
- 15.1.2. svn blame (praise, annotate, ann)
- 15.1.3. svn cat
- 15.1.4. svn checkout (co)
- 15.1.5. svn cleanup
- 15.1.6. svn commit (ci)
- 15.1.7. svn copy (cp)
- 15.1.8. svn delete (del, remove, rm)
- 15.1.9. svn diff (di)
- 15.1.10. svn export
- 15.1.11. svn help (?, h)
- 15.1.12. svn import
- 15.1.13. svn info
- 15.1.14. svn list (ls)
- 15.1.15. svn log
- 15.1.16. svn merge
- 15.1.17. svn mkdir
- 15.1.18. svn move (mv, rename, ren)
- 15.1.19. svn propdel (pdel, pd)
- 15.1.20. svn propedit (pedit, pe)
- 15.1.21. svn propget (pget, pg)
- 15.1.22. svn proplist (plist, pl)
- 15.1.23. svn propset (pset, ps)
- 15.1.24. svn resolved
- 15.1.25. svn revert
- 15.1.26. svn status (stat, st)
- 15.1.27. svn switch (sw)
- 15.1.28. svn update (up)
-
15.2. svnadmin
- Options
- Subcommands
- 15.2.1. svnadmin create
- 15.2.2. svnadmin dump
- 15.2.3. svnadmin help (?, h)
- 15.2.4. svnadmin hotcopy
- 15.2.5. svnadmin list-dblogs
- 15.2.6. svnadmin list-unused-dblogs
- 15.2.7. svnadmin load
- 15.2.8. svnadmin lstxns
- 15.2.9. svnadmin recover
- 15.2.10. svnadmin rmtxns
- 15.2.11. svnadmin setlog
- 15.2.12. svnadmin verify
-
15.3. svnlook
- Options
- Subcommands
- 15.3.1. svnlook author
- 15.3.2. svnlook cat
- 15.3.3. svnlook changed
- 15.3.4. svnlook date
- 15.3.5. svnlook diff
- 15.3.6. svnlook dirs-changed
- 15.3.7. svnlook help (?, h)
- 15.3.8. svnlook history
- 15.3.9. svnlook info
- 15.3.10. svnlook log
- 15.3.11. svnlook propget (pget, pg)
- 15.3.12. svnlook proplist (plist, pl)
- 15.3.13. svnlook tree
- 15.3.14. svnlook uuid
- 15.3.15. svnlook youngest
- 15.4. svnversion
- 15.5. svndumpfilter
-
15.1. svn
-
15. Command Reference
Product information
- Title: Subversion Version Control: Using The Subversion Version Control System in Development Projects
- Author(s):
- Release date: May 2005
- Publisher(s): Pearson
- ISBN: 9780131855182
You might also like
book
Version Control with Subversion, 2nd Edition
Written by members of the development team that maintains Subversion, this is the official guide and …
book
Pragmatic Guide to Subversion
Subversion is the most popular open-source version control system on the planet. Development teams-big and small, …
book
Version Control with Git, 2nd Edition
Get up to speed on Git for tracking, branching, merging, and managing code revisions. Through a …
book
Foundation Version Control for Web Developers
Foundation Version Control for Web Developers explains how version control works, what you can do with …