annotate wiki/mercurial.wiki @ 839:4063da6f3edd default tip

Refactored the config file and how it is loaded.
author Aziz K?ksal <aziz.koeksal@gmail.com>
date Thu, 21 Aug 2008 17:51:04 +0200
parents a3fab8b74a7d
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
805
a3fab8b74a7d Updated wiki pages.
Aziz K?ksal <aziz.koeksal@gmail.com>
parents:
diff changeset
1 #summary Instructions on how to get the source code.
a3fab8b74a7d Updated wiki pages.
Aziz K?ksal <aziz.koeksal@gmail.com>
parents:
diff changeset
2 For practical and technical reasons I've decided to change the source code management system from Subversion (SVN) to Mercurial (hg).
a3fab8b74a7d Updated wiki pages.
Aziz K?ksal <aziz.koeksal@gmail.com>
parents:
diff changeset
3 I managed converting the old svn repository to an hg repository with the help of two fine persons at irc.freenode.net/#mercurial.
a3fab8b74a7d Updated wiki pages.
Aziz K?ksal <aziz.koeksal@gmail.com>
parents:
diff changeset
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].
a3fab8b74a7d Updated wiki pages.
Aziz K?ksal <aziz.koeksal@gmail.com>
parents:
diff changeset
5
a3fab8b74a7d Updated wiki pages.
Aziz K?ksal <aziz.koeksal@gmail.com>
parents:
diff changeset
6 Use this command to anonymously check out the latest project source code:
a3fab8b74a7d Updated wiki pages.
Aziz K?ksal <aziz.koeksal@gmail.com>
parents:
diff changeset
7
a3fab8b74a7d Updated wiki pages.
Aziz K?ksal <aziz.koeksal@gmail.com>
parents:
diff changeset
8 ||`hg clone http://hg.sharesource.org/dil/ dil`||
a3fab8b74a7d Updated wiki pages.
Aziz K?ksal <aziz.koeksal@gmail.com>
parents:
diff changeset
9
a3fab8b74a7d Updated wiki pages.
Aziz K?ksal <aziz.koeksal@gmail.com>
parents:
diff changeset
10 To update the repository type these commands:
a3fab8b74a7d Updated wiki pages.
Aziz K?ksal <aziz.koeksal@gmail.com>
parents:
diff changeset
11
a3fab8b74a7d Updated wiki pages.
Aziz K?ksal <aziz.koeksal@gmail.com>
parents:
diff changeset
12 ||`hg pull`||
a3fab8b74a7d Updated wiki pages.
Aziz K?ksal <aziz.koeksal@gmail.com>
parents:
diff changeset
13 ||`hg update`||
a3fab8b74a7d Updated wiki pages.
Aziz K?ksal <aziz.koeksal@gmail.com>
parents:
diff changeset
14
a3fab8b74a7d Updated wiki pages.
Aziz K?ksal <aziz.koeksal@gmail.com>
parents:
diff changeset
15 or in one step:
a3fab8b74a7d Updated wiki pages.
Aziz K?ksal <aziz.koeksal@gmail.com>
parents:
diff changeset
16
a3fab8b74a7d Updated wiki pages.
Aziz K?ksal <aziz.koeksal@gmail.com>
parents:
diff changeset
17 ||`hg pull -u`||
a3fab8b74a7d Updated wiki pages.
Aziz K?ksal <aziz.koeksal@gmail.com>
parents:
diff changeset
18
a3fab8b74a7d Updated wiki pages.
Aziz K?ksal <aziz.koeksal@gmail.com>
parents:
diff changeset
19 You can also [http://hg.sharesource.org/dil/file/tip browse] the repository or download the latest revision
a3fab8b74a7d Updated wiki pages.
Aziz K?ksal <aziz.koeksal@gmail.com>
parents:
diff changeset
20 [http://hg.sharesource.org/dil/archive/tip.zip dil.zip] or
a3fab8b74a7d Updated wiki pages.
Aziz K?ksal <aziz.koeksal@gmail.com>
parents:
diff changeset
21 [http://hg.sharesource.org/dil/archive/tip.tar.bz2 dil.tar.bz2].