Special

Introducing the “Welcome to Xojo” Bundle!

New to Xojo and looking for guidance? We've put together a terrific bundle to welcome you! Xojo Bundle

This bundle includes six back issues of the magazine -- all of year 21 in printed book and digital formats -- plus a one-year subscription (beginning with 22.1) so you'll be learning all about Xojo for the next year. It's the perfect way to get started programming with Xojo. And you save as much as $35 over the non-bundle price!

This offer is only available for a limited time as supplies are limited, so hurry today and order this special bundle before the offer goes away!

Article Preview


Buy Now

Issue 7.5

FEATURE

REAL Revision Control

A survey of three RCS tools for REALbasic projects

Issue: 7.5 (July/August 2009)
Author: JC Cruz
Author Bio: JC is a freelance technical writer living in British Columbia. He writes for various publications, pokes around with Cocoa, Python and REALbasic, and spends time with his nephew. He can be reached at anarakisware-at-gmail-dot-com.
Article Description: No description available.
Article Length (in bytes): 51,904
Starting Page Number: 36
Article Number: 7514
Related Web Link(s):

http://ftp.gnu.org/non-gnu/cvs/binary/feature/
http://ftp.gnu.org/non-gnu/cvs/source/feature/
http://subversion.tigris.org/getting.html#binary-packages
http://subversion.tigris.org/servlets
http://git-scm.com/download
http://kernel.org/pub/software/scm/git/git-1.6.3.1.tar.gz
http://svnbook.red-bean.com/en/1.4/svn-book.html
http://www.mactech.com/articles/mactech/Vol.24/24.02/GettingStartedwithGit/index.html
http://www.mactech.com/articles/mactech/Vol.22/22.11/2211XCode/index.html
http://www.mactech.com/articles/mactech/Vol.22/22.10/BudgetCVS/index.html
http://cvsbook.red-bean.com/cvsbook.html
http://www.chem.helsinki.fi/~jonas/git_guides/HTML/git_guide/
http://en.wikipedia.org/wiki/Concurrent_Version_System
http://en.wikipedia.org/wiki/Git_
http://en.wikipedia.org/wiki/Subversion_

Excerpt of article text...

In today's article, we explore that important yet often ignored aspect of project development: revision control. First, we learn how revision control works and how it benefits a software project. Then we study the feature set of a typical revision control tool. Finally, we look at three types of tools, tools that are open-source and free.

The Need For Revision Control

Large software projects consist of two or more files. Some of the files contain text data, which may be source code or project notes. Others contain binary data, which can be an image, sound, or animation. Some files can even be external code, code compiled into a compact, easily shared form.

Furthermore, large projects often have two or more developers working on them. One developer may be implementing a feature; another may be fixing bugs. The work may affect a unique set of files. Or it may affect files shared by several developers.

...End of Excerpt. Please purchase the magazine to read the full article.