Customer Reviews


30 Reviews
5 star:
 (21)
4 star:
 (6)
3 star:
 (2)
2 star:    (0)
1 star:
 (1)
 
 
 
 
 
Average Customer Review
Share your thoughts with other customers
Create your own review
 
 
Only search this product's reviews

The most helpful favorable review
The most helpful critical review


24 of 27 people found the following review helpful:
5.0 out of 5 stars Subversion (the book and the software) rocks!
If you are a CVS user, you need to immediately move to Subversion. CVS is damaged goods (no atomic commits, broken tags/branches, broken client/server, etc..). Subversion fixes all of this and takes it a generation further (WebDAV access, sensible branching, excellent diff'ing, etc).

This book does an excellent job of teaching the reader exactly how to effectively use...

Published on July 19, 2004 by W. Bumgarner

versus
208 of 245 people found the following review helpful:
3.0 out of 5 stars Don't Buy this Book - get it for free!
This first edition has numerous code errors in examples, and basic command listings. It is a total waste of time and money trudging through misprints. This book is 1month old and is already useless. For example if you followed the instructions in Chapter 2 as to how to create a repository, then followed the instructions on how to checkout you would Fail right away because...
Published on July 30, 2004 by P. Webb


‹ Previous | 1 2 3 | Next ›
Most Helpful First | Newest First

208 of 245 people found the following review helpful:
3.0 out of 5 stars Don't Buy this Book - get it for free!, July 30, 2004
By 
P. Webb (San Francisco, Ca United States) - See all my reviews
(REAL NAME)   
This review is from: Version Control with Subversion (Paperback)
This first edition has numerous code errors in examples, and basic command listings. It is a total waste of time and money trudging through misprints. This book is 1month old and is already useless. For example if you followed the instructions in Chapter 2 as to how to create a repository, then followed the instructions on how to checkout you would Fail right away because the example command is missing a "/".... Small but high impact misprint!

If you're serious about stepping up to subversion, this book is licensed under GPL and as such can be downloaded for free from svnbook.red-bean.com.

My only regret with subversion so far is spending $25 to find out I could have gotten a much more error free version for nothing!
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


24 of 27 people found the following review helpful:
5.0 out of 5 stars Subversion (the book and the software) rocks!, July 19, 2004
This review is from: Version Control with Subversion (Paperback)
If you are a CVS user, you need to immediately move to Subversion. CVS is damaged goods (no atomic commits, broken tags/branches, broken client/server, etc..). Subversion fixes all of this and takes it a generation further (WebDAV access, sensible branching, excellent diff'ing, etc).

This book does an excellent job of teaching the reader exactly how to effectively use Subversion. Whether new to revision control, coming from CVS or from some other RC system, the Subversion Book provides a very clear and often humorous guide to effectively deploying, administrating and using Subversion.

An excellent book.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


9 of 10 people found the following review helpful:
5.0 out of 5 stars My most important Subversion reference, July 20, 2004
By 
This review is from: Version Control with Subversion (Paperback)
This book is an excellent resource for novice and experienced Subversion users alike. The first two chapters provide background on why subversion came into existence and general version control concepts. Anybody new to Subversion should carefully read chapter 3. The 'Basic Work Cycle' section explains the day-to-day use of Subversion well.

Chapters 5 and 6 have been invaluable in setting up our repositories. I particularly recommend people read the section on choosing a repository layout prior to setting up their repository. Setting up a Subversion repository to be served through Apache is more complicated than a local repository, but the 'httpd' section of chapter 6 clearly covers what to do. We now have a Subversion repository served through Apache that authenticates users with client-side certificates and encrypts communications over SSL.

Chapter 7 provided the information I needed to really get Subversion working exactly as I wanted it to. I have modified my config file to set what files Subversion should ignore and also what properties to set automatically. In addition, we have set up our projects so that they all have transparent access to the company's reusable code library using the svn:externals property (covered in the externals definitions section).

Appendix A is the place to start if you are an experienced CVS user making the transition to Subversion. There are a few significant changes that you need to be aware of.

The examples in the book use the command-line client, but Appendix D (Third Party Tools) provides URLs for the many GUI clients available, if that's your preference.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


5 of 5 people found the following review helpful:
5.0 out of 5 stars This book is the book you need, July 4, 2006
By 
Mathias Magnusson (Aurora, CO United States) - See all my reviews
(REAL NAME)   
This review is from: Version Control with Subversion (Paperback)
If you want to understand subversion, this book will take you through all aspects and it will give you the knowledge you need to plan your own implementation.

The online version is good and for things you would like to have a better solution than what the book describes, looking them up in the current online book may show that the feature you wanted has already been implemented. However, the value of having your own paperback version cannot be overstated if you need to know the product well or you're responsible for planning an implementation of it.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


7 of 8 people found the following review helpful:
5.0 out of 5 stars Well written manual for a solid software program, October 10, 2004
This review is from: Version Control with Subversion (Paperback)
If you develop software of any type you quickly learn the importance of a good revision control system. Sometimes a minor change that fixes a bug at one point causes other portions of the program to have problems. Revision control systems allow you keep various versions of your program and go back to a prior version easily. If there are multiple people working on the project then the ability to commit changes and see what happens but easily get back to where you were becomes even more important. If you are writing a modular program then as each person or group changes their module you may need to get a current version of the project with a prior version of a module. A revision control system handles all these problems easily. Subversion is an open source version control system that can be used on any operating system that supports the Apache httpd server including Windows, Linux, and NetWare.

Version Control with Subversion is a highly useful book written with a slant toward the Linux OS. It is easy to read and understand if you are at least familiar with version control software at a theoretical level and is highly recommended. One really nice feature is an appendix covering the differences between Subversion and the popular CVS software. If you are used to CVS then this appendix makes the switch to Subversion much easier.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


4 of 4 people found the following review helpful:
5.0 out of 5 stars Are you using Subversion yet?, August 26, 2004
This review is from: Version Control with Subversion (Paperback)
If you're still using CVS, you should be switching to Subversion. Really. If you haven't yet switched because you're not sure of Subversion's capabilities or need some guidance, then this is the book for you.

The authors have put together an excellent overview of Subversion in concise detail. Including everything from setup to day-to-day use, this book outlines what you need to not only get your project up and running using Subversion, but also the best practices wisdom gleaned from the project developers' own experience with the system. For this last part alone, the book is worth the money.

The book is excellent documentation; well-written and to the point. It's everything you need to effectively use Subversion on a day-to-day basis.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


15 of 20 people found the following review helpful:
5.0 out of 5 stars Buy this book if you use Subversion or plan to., August 18, 2004
This review is from: Version Control with Subversion (Paperback)
My bookshelves used to bend, groaning
with the weight of computer manuals and
books, collected over the years. In a
cathartic fit, I recently cleaned up
this surplus, winnowing away to just the
few books I consider invaluable, or such
nostalgic classics that I cannot part
with them. And I swore an oath never to
collect books that didn't fit these
criteria.

Having read Version Control with
Subversion, I'm happy to report that
this hallowed shelf will be getting a
new addition. I found this book
thorough, clear, concise, thoughtful,
and above all, useful. If you plan on
using Subversion, get this book. Soon.

If you know a bit about how this book
was written, the quality of this book
might come as no surprise. The book's
content comes from the same source and
process as the software it documents: an
open encounter between the authors and
the users of Subversion. From the
Preface: "...the book was written in the
public eye, as a part of Subversion."
Ben Collins-Sussman, one of the authors
of Subversion, responded to repeatedly
fielding the same questions from
Subversion users by drafting "The
Subversion Handbook." This "FAQ" was
then used as the basis of the book, and
the results speak for themselves.

I found the book extremely pragmatic,
but more than merely a pedantic
tutorial. It transcends the "How To"
genre by providing not only concrete
tools and examples, but also through
examining the critical question of
"Why?". This sensitivity sets it apart
and makes it a invaluable aid, by
exposing the philosophical rationales of
the authors. It has helped me to
understand not only how to use the
software well, but to understand the
software itself.

I have been using source control since
the very first days of my professional
involvement in IT. It has saved my
bacon on occasions too many to count
(without embarrassment). I have
staunchly advocated CVS, which has been
the stalwart source code control tool in
the UNIX world for years. However, as
most any user of CVS will attest, the
old girl has a few warts, and has begun
to show her age. The authors of
Subversion aimed to create a successor
to CVS, "by creating an open-source
system with a design (and look and feel)
similar to CVS, and by attempting to fix
most of CVS's noticeable flaws." I
think Subversion succeeds in this
regard, and I have found this book an
excellent guide to making the transition
from CVS to Subversion.

The book addresses the full gamut of
topics I had interest in, and quite a
few that I suspect I'll never have need
of. Covered topics include the history
of Subversion, its features, and
installation methods. For those new to
tools like CVS and Subversion, there is
a clear, thoughtful and useful guide to
basic concepts of version control.
Those more familiar with version control
will find quick gratification in
detailed coverage of a typical daily
work cycle. The more advanced topics of
branching, merging and tagging are given
relentless and cogent treatment.

Typical of the book's thoughtful and
deep exposition, the chapter on
branching includes a section entitled
"Best Practices for Merging". This
consistent beyond-the-how-to treatment
moves the book from the "read it, learn
it, give the book to someone else"
category into a reference that I know I
will return to often.

The structure, features and
administration of a Subversion
repository are covered in a chapter of
their own. The topic of running a
Subversion server is examined in similar
fashion, including a clear exploration
of the trade-offs between running a
standalone Subversion server, or running
it under Apache. The book includes
detailed documentation of the Subversion
internals, for those wishing to use
Subversion as part of a tool they
develop. A complete command reference
rounds out the main section of the book,
and is followed by several appendices.
Of these, I found Appendix A,
"Subversion for CVS Users", especially
useful.

Finally, I think the hallmark of any
truly excellent technical documentation
is a deep, detailed index. Version
Control with Subversion doesn't
disappoint on this score.

I just wish all computer books were this
good.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


3 of 3 people found the following review helpful:
5.0 out of 5 stars A must for anyone wanting to install, administer, or learn subversion, June 27, 2006
This review is from: Version Control with Subversion (Paperback)
let me first point out two of the weak points of the book, and then tell you how great this book is.

The first weak point is the absence of installation instructions. The book tells you need subversion, but it does not say anything on what packages you need, what it depends on, or if you have to configure anything after you get the package. Who would have thunk that the subversion client package also installs everything you need to setup a server. There is no configure, or at least I did not think it was explained clearly that there is no such thing as configuring and installing for subversion (which would justify the absence from the book). For any person who installed a service, let it be Apache or an FTP server, you would know that you had to install the software and then configure some file in /etc. This is not how subversion works, and the book fails to mention that.

The second thing wrong with the book is its organization. I wanted to setup subversion, but that is in chapter 6, which of course assumes that you understood some of the concepts presented in chapters 2 and 3. Similarly, chapters 2 and 3 assume that you to have subversion installed (at least if you want to try out the commands yourself). There is however a couple of pages on how to get subversion set up in chapter 1, but without understanding chapters 2 and 3 it would be hopeless to try.

Besides those two points this book is a must for anyone wanting to install, administer, or learn subversion. The book is written well and the concepts are presented clearly.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


3 of 3 people found the following review helpful:
3.0 out of 5 stars Free Online, March 23, 2010
Amazon Verified Purchase(What's this?)
This review is from: Version Control with Subversion (Paperback)
The book itself works great as a beginning guide to using Subversion, but is just a printed version of the free online book served from the Subversion website. If you are fine with online documentation, then I'd recommend just downloading the full PDF.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


5 of 6 people found the following review helpful:
4.0 out of 5 stars Concise and clear introduction to Subversion, January 4, 2005
By 
evitoo (Dublin, OH) - See all my reviews
This review is from: Version Control with Subversion (Paperback)
The writing in this book is refreshingly clear. In particular, I'm impressed with how the early sections seem to have been molded by answering the question, "What will a new user want to do?" For example, the text immediately shows you how to create a repository and then demonstrates the commands to begin adding and committing files.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


‹ Previous | 1 2 3 | Next ›
Most Helpful First | Newest First

This product

Version Control with Subversion
Version Control with Subversion by Brian W. Fitzpatrick (Paperback - June 29, 2004)
Used & New from: $0.57
Add to wishlist See buying options