« Previous - Version 14/23 (diff) - Next » - Current version
sm3, 11/15/2010 07:22 pm


Getting Source

We use Source Forge to host the source code repository using Mercurial DVCS.

Debian/Ubuntu Linux - Terminal

$ sudo apt-get install mercurial

  • Create an empty directory called for example ryzom.

anonymous read only access

  • Get the source code locally on your computer by cloning the read only repository (229Mb)
hg clone http://ryzom.hg.sourceforge.net:8000/hgroot/ryzom/ryzom

Later, to update sources you will need to type :

hg pull && hg update
  • With TortoiseHg, you will need to click right on your new empty folder and click on "TortoiseHg -> Clone" and you will get this dialog :

    and you will get this dialog :

Source path: will be http://ryzom.hg.sourceforge.net:8000/hgroot/ryzom/ryzom
Destination path: will be the folder where you want put all sources.

read write access with specific username

hg clone ssh://USERNAME@ryzom.hg.sourceforge.net/hgroot/ryzom/ryzom

USERNAME is your login on SourceForge.

tortoise_ryzom.png - Tortoise HG clone window (34.3 kB) kervala, 05/06/2010 05:07 pm

t_hg.png - Right-click menu (23.2 kB) sm3, 11/15/2010 06:13 pm