Difference between revisions of "ApCoCoA-1:SourceCodeManagement"
From ApCoCoAWiki
(add basis info abofot Mercurial and ApCoCoALib specific info) |
(add ApCoCoA Category) |
||
Line 20: | Line 20: | ||
*[http://www.selenic.com/mercurial/wiki/index.cgi/TutorialMerge Merging changes] | *[http://www.selenic.com/mercurial/wiki/index.cgi/TutorialMerge Merging changes] | ||
*[http://www.selenic.com/mercurial/wiki/index.cgi/TutorialConflict Merging conflicting changes] | *[http://www.selenic.com/mercurial/wiki/index.cgi/TutorialConflict Merging conflicting changes] | ||
+ | |||
+ | [[Category:ApCoCoA]] |
Revision as of 11:28, 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.