Essential CVS

Essential CVS

by JenniferVesperman (Author)

Synopsis

CVS, the Concurrent Versions System, is the popular source-code management tool that frees developers from the chaos that too often ensues when multiple users work on the same file. An open source technology that is available on most computer platforms, including Windows and Mac OS X, CVS is widely used to manage program code, Web site content, and to track changes made to system configuration files. Multiple users can check out files from a directory tree, make changes, and then commit those changes back into the directory. If two developers modify the same file, CVS enables both sets of changes to be merged together into one final file. This text is a complete and easy-to-follow reference that helps programmers and system administrators apply order to the task of managing large quantities of documents. It covers basic concepts and usage of CVS, and features a comprehensive reference for CVS commands - including a handy Command Reference Card for quick, on-the-job checks. The book also includes advanced information on all aspects of CVS that involve automation, logging, branching and merging, and watches. Readers will find in-depth coverage of the following: installing CVS and building your first repository; basic use of CVS, including importing projects, checking out projects, committing changes, and updating projects; tagging, branching and merging; working with multiple users; clients, operating systems, and IDEs; repository management and managing remote repositories; project administration, including bug tracking systems, enforcing log messages; and history and annotation. Version control is essential to maintaining order in any project, large or small. Any CVS user, from beginners to team leaders and system administrators, should find this practical guide to CVS indispensable in getting the most from this valuable tool.

$3.44

Save:$34.38 (91%)

Quantity

2 in stock

More Information

Format: Paperback
Pages: 336
Edition: 1
Publisher: O'Reilly Media
Published: 09 Jun 2003

ISBN 10: 0596004591
ISBN 13: 9780596004590

Media Reviews
Essential CVS does what you might think would be a small job more effectively and more comprehensively than I would have imagined, even allowing for the generally high standard of O'Reilly books. Apart from covering the boring stuff well, it has two big advantages over the Web: it backs up its discussion of various CVS functions with wise advice and policies on why and how to use these facilities - plus it provides readable (and, presumably, tested) examples. Computing sciences prizes abstraction and generalities; computing practice should, like this book, be informed by concrete specifics and sensible rules-of-thumb. - Damian Counsell, news@UK, December 2003
Author Bio
Jennifer Vesperman is the author of Essential CVS. She writes for the O'Reilly Network, the Linux Documentation Project, and occasionally Linux.Com. As a programmer and system administrator, she currently works with Cybersource, an Australian IT consulting firm. She is the current Coordinator for LinuxChix, an advocacy and support group that focuses on women who use and develop open source programs (especially Linux).