Mercurial

From Fab Lab Wiki - by NMÍ Kvikan
Revision as of 16:29, 5 January 2011 by Frosti (talk | contribs)
Jump to navigation Jump to search

Mercurial is a free, distributed source control management tool. It efficiently handles projects of any size and offers an easy and intuitive interface.

Mercurial on Ubuntu

Install

Linux packages

  • apt-get install mercurial tortoisehg tortoisehg-nautilus


Install .ssh

  • sudo apt-get install ssh

Download the academy and academy.pub files to your .ssh folder.


install Mercurial

  • sudo apt-get install mercurial


Copy this text to the terminal:


To open Mercurial

  • ~/Documents/FabAcademy/academy$ hg pull


Work in process.... to be editied