Saturday 21 April 2012

Mercurial source control management

Mercurial is a free, distributed source control management tool. It offers you the power to efficiently handle projects of any size while using an intuitive interface. It is easy to use and hard to break, making it ideal for anyone working with versioned files.

need to install
http://mercurial.selenic.com/downloads/
apt-get install mercurial

and run
hg clone https://bitbucket.org/trampgeek/pypy-sandbox-4-pycode

this will allow me to update the code easier at new releases come out

Issues I have had so far, site5.com will not allow me to install to /usr/local, where the sandbox needs to be installed and located.

No comments: