Difference between revisions of "ApCoCoA-1:SourceCodeManagement"

From ApCoCoAWiki
(add basis info abofot Mercurial and ApCoCoALib specific info)
(No difference)

Revision as of 11:19, 16 June 2007

The ApCoCoALib sources are managed with Mercurial.

Downloading And Installing Mercurial

Got to the Mercurial website and get the stable source tarball or get the latest stabe snapshot. In order to install run

python setup.py install

as root or via sudo.

Checking out Sources

To check out the current ApCoCoALib sources run

hg clone http://apcocoa.org/hg/ApCoCoALib-0.99

from the command line.

Mercurial Tutorial