Difference between revisions of "ApCoCoA-1:SourceCodeManagement"

From ApCoCoAWiki
m (changing title in category apcocoa.)
(adding to category apcocoalib)
Line 31: Line 31:
  
 
[[Category:ApCoCoA|{{PAGENAME}}]]
 
[[Category:ApCoCoA|{{PAGENAME}}]]
 +
 +
[[Category:ApCoCoALib|{{PAGENAME}}]]

Revision as of 10:28, 5 December 2007

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