Features
- Cover Type: Paperback with 304 pages
- Published by: Apress
- Edition: 2nd Edition November 17, 2006
- Written in: English
- ISBN 10 Number: 1590597532
- ISBN 13 Number: 978-1590597538
-
Book Dimensions:
8.9 x 6.8 x 1 inches
- Weighs: 1.2 pounds
Product Description
Practical Subversion, Second Edition draws on the experience of its authors, Daniel Berlin and Garrett Rooneyboth Subversion project membersto guide you through a complete introduction to this popular code management solution. And this edition has been updated to reflect the most recent changes to the popular Subversion version control system. After a crash course on Subversions key features, including a theme project that youre encouraged to follow, youll explore best practices, migration tips for moving from other versioning solutions, Subversion integration, and an overview of the Subversion APIs.
Effective developers and system administrators alike understand that their success is related to their ability to manage the dozens, sometimes hundreds, of files that they come into contact with on a regular basis. This file management includes determining a files changes over time, accommodating simultaneous edits by multiple users, and even reverting a file to an earlier version if a mistake or deletion has been made. Capitalizing on such capabilities requires a version control system like Subversion. Youll want to pick up a copy of this book because it is
- The most up-to-date book on the popular Subversion version control system
- Authored by two Subversion project contributors
- More than a mere introduction, covering best practices, migration issues, and more effective versioning through tool integration
About The Author
Daniel Berlin works in Washington, D.C., for Google as a member of its technical staff and as a lawyer. Prior to his work with Google, Berlin was an advisory engineer with IBM Research in New York, where he worked on open source projects such as Subversion and GCC. He was responsible for a number of improvements to the source code base of Subversion, including a new delta storage algorithm and various caching improvements to the file system back end.
Berlin earned a law degree from the George Washington University School of Law and a bachelor of science degree in computer science from the University of Rochester.
Garrett Rooney is a
software engineer on the version control team at CollabNet, where he works full time on Subversion and other related technologies. Rooney attended Rensselaer Polytechnic Institute, where he managed to complete three years towards a mechanical engineering degree before coming to his senses and realizing he wanted to get a job where someone would pay him to play with computers. Since then, Rooney completed a computer science degree at RPI and has spent far too much time working on a wide variety of open source projects, most notably Subversion. He's also a member of the Apache
software Foundation, where he works on the Apache Portable Runtime and the Apache HTTP Server, as well as helps to maintain the ASF Subversion repository.
Reader ReviewsThe version control system known as Subversion is quickly taking over the title of open source leader from the old standby, CVS. If you already have some background knowledge in version control systems and you want to start using Subversion, the book Practical Subversion (Second Edition) by Daniel Berlin and Garrett Rooney would be a good way to transition yourself over... Contents: Introducing Subversion; A Crash Course in Subversion; Repository Administration; Migrating from Other Version Control Systems; Advanced Apache Integration; Best Practices; Integrating Subversion with Other Tools; Using the Subversion APIs; Subversion Command Glossary; Subversion Compared to Other Version Control Systems; Index Unlike some books that cover version control systems (either generally or one in particular), this one doesn't try and take you from ground zero to expert. While there is some background material, the overall tone is one that assumes you are functionally literate on the subject and are particularly interested in Subversion. While that might limit the potential audience a bit, it makes it much more focused and valuable for those who want to bypass entry level material. The chapters cover both administrative and user-based functions, but tend to be a bit more heavy on the setup and administration end. For something that could be a rather dry subject, the authors do a good job in keeping things moving forward and interesting. I also found the chapter on version control system comparison to be valuable. All systems are *not* the same, and there are some underlying structural differences that will have a significant impact on what does and doesn't convert over, should you choose to switch systems. All in all, a good book on Subversion, and one that will get you started in the right direction.