Mercurial: Difference between revisions
Jump to navigation
Jump to search
New page: Mercurial is a free, distributed source control management tool. It efficiently handles projects of any size and offers an easy and intuitive interface. *[http://mercurial.selenic.com/ ht... |
No edit summary |
||
Line 16: | Line 16: | ||
Download the academy and academy.pub files to your .ssh folder. | Download the academy and academy.pub files to your .ssh folder. | ||
== | |||
install Mercurial | |||
*sudo apt-get install mercurial | |||
Copy this text to the terminal: | |||
*~/Documents/FabAcademy$ hg clone -e "ssh -p 846 -i ~/.ssh/keys/academy" ssh://hg@fab.cba.mit.edu/academy academy | |||
==Work in process.... to be editied== |
Revision as of 13:10, 5 January 2011
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:
- ~/Documents/FabAcademy$ hg clone -e "ssh -p 846 -i ~/.ssh/keys/academy" ssh://hg@fab.cba.mit.edu/academy academy