Version Control By Example Quotes

Rate this book
Clear rating
Version Control By Example Version Control By Example by Eric Sink
121 ratings, 3.51 average rating, 19 reviews
Version Control By Example Quotes Showing 1-2 of 2
“Your chances of winning the Powerball lottery are far better than finding a hash collision. After all, lotteries often have actual winners. The probability of a hash collision is more like a lottery that has been running since prehistoric times and has never had a winner and will probably not have a winner for billions of years.”
Eric Sink, Version Control By Example
“RCS was the first version control tool I used. When I was at Spyglass, we had a team of 50 or so developers across three platforms using RCS on a shared code base. Since RCS never had support for networking, people on Windows and Mac had to log in to the Sun workstation that hosted RCS, FTP their code changes up there, and then check them in from the Unix shell. It was an interesting experience just trying to get all that to work.”
Eric Sink, Version Control By Example