ApCoCoA-1:SourceCodeManagement

From ApCoCoAWiki
Revision as of 15:27, 9 October 2007 by KHiddemann (talk | contribs) (Updating through mercurial - hg update isn't enough)

The ApCoCoALib sources are managed with Mercurial.

Downloading and installing Mercurial

Got to the Mercurial website and get the stable source tarball, the latest stable snapshot or a binary package for your system. In order to install from the source, 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.

Updating the sources

To update your ApCoCoALib sources, run

 hg pull
 hg update

in your local repository from the command line

Mercurial Tutorial