Difference between revisions of "ApCoCoA-1:SourceCodeManagement"

From ApCoCoAWiki
(adding to category apcocoalib)
Line 10: Line 10:
  
 
To check out the current ApCoCoALib sources run
 
To check out the current ApCoCoALib sources run
  hg clone http://apcocoa.org/hg/ApCoCoALib-0.99
+
  hg clone http://apcocoa.org/hg/ApCoCoALib-1.00
 
from the command line.
 
from the command line.
  

Revision as of 15:03, 17 March 2008

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

Mercurial Tutorial