Buy New

or
Sign in to turn on 1-Click ordering.
or
Amazon Prime Free Trial required. Sign up when you check out. Learn More
Buy Used
Used - Good See details
$4.00 & eligible for FREE Super Saver Shipping on orders over $25. Details

or
Sign in to turn on 1-Click ordering.
 
   
More Buying Choices
Have one to sell? Sell yours here
Applying RCS and SCCS: From Source Control to Project Control (Nutshell Handbook)
 
See larger image
 
Tell the Publisher!
I'd like to read this book on Kindle

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Applying RCS and SCCS: From Source Control to Project Control (Nutshell Handbook) [Paperback]

Don Bolinger (Author), Tan Bronson (Author)
1.8 out of 5 stars  See all reviews (5 customer reviews)

List Price: $34.95
Price: $26.56 & this item ships for FREE with Super Saver Shipping. Details
You Save: $8.39 (24%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In Stock.
Ships from and sold by Amazon.com. Gift-wrap available.
Only 1 left in stock--order soon (more on the way).
Want it delivered Tuesday, January 31? Choose One-Day Shipping at checkout. Details
Like this book? Find similar titles from O'Reilly and Partners in our O'Reilly Bookstore.

Book Description

Nutshell Handbooks March 8, 1995

Applying RCS and SCCS tells you how to manage a complex software development project using RCS and SCCS. The book tells you much more than how to use each command; it's organized in terms of increasingly complex management problems, from simple source management, to managing multiple releases, to coordinating teams of developers on a project involving many files and more than one target platform.

Few developers use RCS or SCCS alone; most groups have written their own extensions for working with multiperson, multiplatform, multifile, multirelease projects. Part of this book, therefore, discusses how to design your own tools on top of RCS or SCCS, both covering issues related to "front-ending" in general, and by describing TCCS, one such set of tools (available via FTP). This book also provides an overview of CVS, SPMS, and other project management environments.


Editorial Reviews

From the Publisher

Applying RCS and SCCS tells you how to manage a complex software development project using RCS and SCCS. The book tells you much more than how to use each command; it's organized in terms of increasingly complex management problems, from simple source management, to managing multiple releases, to coordinating teams of developers on a project involving many files and more than one target platform. Few developers use RCS or SCCS alone; most groups have written their own extensions for working with multiperson, multiplatform, multifile, multirelease projects. Part of this book, therefore, discusses how to design your own tools on top of RCS or SCCS, both covering issues related to "front-ending" in general, and by describing TCCS, one such set of tools (available via FTP). This book also provides an overview of CVS, SPMS, and other project management environments.

From the Back Cover

Now there's a book that gives you some help managing your project's source files. Applying RCS and SCCS is a thorough introduction to the two most popular source control systems under UNIX. The authors of this book take you from basic source control of a single file, through working with multiple releases of a software project, to coordinating teams of developers on a project involving many files and more than one target platform. The authors go well beyond lists of commands and command options: they help you define the problem you're really trying to solve, and then they show you how to solve it. This book also presents TCCS, a representative "front-end" to RCS and SCCS that addresses problems RCS and SCCS can't handle alone, such as managing groups of files, developing for multiple platforms, and linking public and private development areas. If you're a programmer or a software project manager, this book should be required reading.

Product Details

  • Paperback: 528 pages
  • Publisher: O'Reilly Media; 1st edition (March 8, 1995)
  • Language: English
  • ISBN-10: 1565921178
  • ISBN-13: 978-1565921177
  • Product Dimensions: 9.1 x 7 x 1.2 inches
  • Shipping Weight: 14.4 ounces (View shipping rates and policies)
  • Average Customer Review: 1.8 out of 5 stars  See all reviews (5 customer reviews)
  • Amazon Best Sellers Rank: #872,986 in Books (See Top 100 in Books)

More About the Author

Discover books, learn about writers, read author blogs, and more.

 

Customer Reviews

5 Reviews
5 star:    (0)
4 star:    (0)
3 star:
 (1)
2 star:
 (2)
1 star:
 (2)
 
 
 
 
 
Average Customer Review
1.8 out of 5 stars (5 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

11 of 11 people found the following review helpful:
3.0 out of 5 stars Beware: TCCS is half vaporware, March 29, 1999
By A Customer
This review is from: Applying RCS and SCCS: From Source Control to Project Control (Nutshell Handbook) (Paperback)
A good general coverage of RCS and SCCS. However, more than half the book is devoted to a project control system called TCCS. Nowhere in the book does it indicate that TCCS is only an alpha version right now and that several of the features described in the book are not available yet!
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


8 of 8 people found the following review helpful:
1.0 out of 5 stars Outdated book, September 25, 2001
By A Customer
This review is from: Applying RCS and SCCS: From Source Control to Project Control (Nutshell Handbook) (Paperback)
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.

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


7 of 7 people found the following review helpful:
1.0 out of 5 stars Save Your Money, March 2, 2000
This review is from: Applying RCS and SCCS: From Source Control to Project Control (Nutshell Handbook) (Paperback)
The first half of this book is great for someone who has NEVER worked with any Version Control System (VCS) before or someone who is brand new to Source Code Management (SCM). It gives you the generic description of each segment of SCM, and then follows that with an explanation of how that segment is implemented in RCS and SCCS. Well, if you have EVER worked with any VCS before, you could simply read the man pages or check the web for all the information you'd need to get started with RCS. (I haven't used SCCS, so I won't comment on that portion of the book.)

The second half of the book explains TCCS, the authors' solution to extending RCS to Project Management. They suggest many approaches that I personally consider absurd. I've worked with many VCS tools and am currently in the process of implementing a Project Management system for a large IS corporation (500+ developers)...and plan on using few (if any) of the authors' suggestions for applying RCS.

In a nutshell, save your money, check the web, and good luck...

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

Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews



Only search this product's reviews



Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 

Your tags: Add your first tag
 

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 


Active discussions in related forums
Search Customer Discussions
Search all Amazon discussions
   
Related forums


Listmania!


Create a Listmania! list

So You'd Like to...


Create a guide


Look for Similar Items by Category


Look for Similar Items by Subject