Difference between revisions of "ApCoCoA-1:SourceCodeManagement Hg"
From ApCoCoAWiki
(New page: The ApCoCoALib sources are managed with Mercurial. ==Downloading and installing Mercurial== Got to the [http://www.selenic.com/mercurial/wiki/index.cgi/Download Mercurial website] and ge...) |
|||
Line 1: | Line 1: | ||
+ | {| width=50% border="1" cellpadding="5" style="margin:1em 1em 1em 0; border:1px #778 solid; border-collapse:collapse; empty-cells:show;" | ||
+ | <span style="color:#FF0000;font-size=22pt"> '''Important note:'''</span> The Mercurial repository is no longer supported! | ||
+ | |- | ||
+ | |} | ||
+ | |||
The ApCoCoALib sources are managed with Mercurial. | The ApCoCoALib sources are managed with Mercurial. | ||
Latest revision as of 12:25, 16 February 2009
Important note: The Mercurial repository is no longer supported!
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-1.00
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