Skip to Content
Mac OS X in a Nutshell
book

Mac OS X in a Nutshell

by Jason McIntosh, Chuck Toporek, Chris Stone
January 2003
Intermediate to advanced
832 pages
32h 40m
English
O'Reilly Media, Inc.
Content preview from Mac OS X in a Nutshell

Chapter 18. Using CVS

CVS, the concurrent versions system, gives developers an easy way to manage changes made to project files. Under CVS, each person working on a project gets their own “sandbox” copy of every file involved, which they can modify and experiment with however they please; a central, untouchable file repository keeps the canonical files safe. It lets several developers work on the same set of files without fear of accidentally wiping out other peoples’ changes (hence the concurrent part of the system’s name).

CVS also lets you view and work with all the previous versions of a file, without having to manage a whole archival library yourself. This gives you a great way to track, annotate, and access changes to a file over time.

While CVS is designed with source code in mind, it works with any kind of text file-based project that develops over time, such as web sites[26] and books.

Mac OS X gives you two ways to work with CVS. It ships with the command-line cvs program, the same one currently maintained by Cyclic Software (http://www.cyclic.com). Through this program, you can both check out CVS-based software located on other machines via a network, or you can set up CVS repositories on your own machine (which then become available for checkout by yourself or others with the right permissions). The next section summarizes the use of this tool.

On that note, Mac OS X’s other use of CVS lies within Project Builder, which has integrated CVS functionality, letting you ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Mac OS X Internals: A Systems Approach

Mac OS X Internals: A Systems Approach

Amit Singh
C++ In a Nutshell

C++ In a Nutshell

Ray Lischner
Linux Shell Scripting Cookbook - Third Edition

Linux Shell Scripting Cookbook - Third Edition

Clif Flynt, Sarath Lakshman, Shantanu Tushar
Optimized C++

Optimized C++

Kurt Guntheroth

Publisher Resources

ISBN: 0596003706Supplemental ContentCatalog PageErrata