Database Reference
In-Depth Information
extremely rare in corporate settings, although SVN is becoming more popular. Many
companies are using proprietary tools from companies such as IBM. The source control
system at the company I spend my days coding for uses a source control system used
by so few companies that telling you the name of the tool would literally let you figure
out where my day job is.
Tom begins by creating an CVS repository for the project, and then fires up Xcode, and
creates a new project using the Xcode project wizard, specifying a master-detail style
application (see Figure 2-1 ).
Figure 2-1. Creating the BuggyWhipChat project
Before he does anything else, he checks in the project by importing it into CVS:
Tom$ cvs import buggywhipchat buggywhipco v1-0
.
.
.
No conflicts created by this import
Tom$
 
Search WWH ::




Custom Search