Leopard Reference Library: Tools
Source Control
Source control (also called version control) enables multiple developers to collaborate on a project by tracking and coordinating their changes to source code. It also implements versioning of source code files by recording the history of changes made to them. Mac OS X development currently makes use of two source control tools, Concurrent Versions System (CVS) and Perforce. Xcode works with both of these tools through its Source Code Management (SCM) feature. |