comparison wiki/mercurial.wiki @ 805:a3fab8b74a7d

Updated wiki pages. Added new page mercurial.wiki.
author Aziz K?ksal <aziz.koeksal@gmail.com>
date Sat, 08 Mar 2008 22:09:59 +0100
parents
children
comparison
equal deleted inserted replaced
804:9e6c6bb73e5f 805:a3fab8b74a7d
1 #summary Instructions on how to get the source code.
2 For practical and technical reasons I've decided to change the source code management system from Subversion (SVN) to Mercurial (hg).
3 I managed converting the old svn repository to an hg repository with the help of two fine persons at irc.freenode.net/#mercurial.
4 Since the Google Code services don't support Mercurial repositories (see [http://code.google.com/p/support/issues/detail?id=415 bug report]), I have decided to register at [http://sharesource.org sharesource.org] and have my hg repository hosted there. From now on development will continue in the [http://hg.sharesource.org/dil/ new Mercurial repository].
5
6 Use this command to anonymously check out the latest project source code:
7
8 ||`hg clone http://hg.sharesource.org/dil/ dil`||
9
10 To update the repository type these commands:
11
12 ||`hg pull`||
13 ||`hg update`||
14
15 or in one step:
16
17 ||`hg pull -u`||
18
19 You can also [http://hg.sharesource.org/dil/file/tip browse] the repository or download the latest revision
20 [http://hg.sharesource.org/dil/archive/tip.zip dil.zip] or
21 [http://hg.sharesource.org/dil/archive/tip.tar.bz2 dil.tar.bz2].