|
Applying RCS and SCCS: From Source Control to Project Control (Nutshell Handbook)
 |
Author: Don Bolinger, Tan Bronson List Price: $34.95 Our Price: Click to see the latest and low price ISBN: 1565921178 Publisher: O'Reilly & Associates (01 March, 1995) Edition: Paperback Sales Rank: 34,899 Average Customer Rating: 1.8 out of 5
|
Customer ReviewsRating: 1 out of 5 Outdated book This book is far too outdated to be worth of bying. The version control software RCS is very simple to use, because you only have to 1) create directory RCS/ 2) put file into version control with "ci -u -m message file" 3) get file from version control with "co file" The Gnu RCS is at version 5.7 and hasn't changes nearly a decade, so that Manual pages that come with RCS are very sufficient to learn the version control features. The books writing is clear and the illustrated pictures are all as they should be to someone new to version control. The first 172 pages are what you need, but the rest of the book, 330 pages (up till page 500) contain documentation on nearly non-extinct software of SCCS (Mostly found from basic Sun installations) and software TCSS, which has never really been used anywhere. The book devotes lot of pages to TCSS: information that will never going to use, since there is no TCCS in today's verison control world. I suggest that you you print the RCS manual pages (they are short) and spend your money on bying a CVS book instead. CVS is more powerful and widely used free version control client/server software. Rating: 2 out of 5 Good intro to source control This book provided a good introduction to source control management but was week on implementation of an interface system. TCCS was explained in detail but I was personally looking for the knowledge from TCCS to implement my own interface to RCS via scripting, which was not explained. I too skipped all of the chapters on SCCS and most of the chapters on TCCS and found only 10 of the 23 chapters useful. Rating: 2 out of 5 A good place to start, but only for the first three chapters This book does a good job of discussing what Source Control is, and a decent job of describing how to use the RCS command set. But the chapters on SCCS can be skipped if you already have the GNU Tools. As a matter of fact, Programming with GNU Software does a better job of consicely discussing RCS. The rest of the book does a good job of discussing the intricacies of Souce Control as your environment becomes more complex, but the solution details presented for Project Control were incomplete since much of what is proposed is not ready for prime time.
Similar Products
· Mastering Regular Expressions, Second Edition
· Managing Projects With make
· Code Complete
· Unix Shell Programming, Third Edition
· sed & awk (2nd Edition)
|