Getting Control with Subversion and Xcode

36
Developers on Mac OS X have a powerful and well-integrated tool to maintain efficient version control of your projects, thanks to the support for Subversion built into Xcode 2. If you don’t know about Subversion already, you should. It’s an open-source version control system that was developed to extend the functionality provided by CVS, and is particularly well supported in Mac OS X. Using this cutting-edge version control system can help you code more efficiently and effectively, allowing you to focus on what the Mac developer community is famous for: great applications.

Link: developer.apple.com