Differences
This shows you the differences between two versions of the page.
| en:devnotes:prepare-experimental [2011/01/19 20:57] – created gokhlayeh | en:devnotes:prepare-experimental [2011/02/22 21:19] (current) – tiny edits linea | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| ==== Warning ==== | ==== Warning ==== | ||
| - | Before using the experimental wok, it' | + | Before using the experimental wok, it' |
| - | Please note that the source code, wok & packages use a lot of space: don' | + | Please note that the source code, wok & packages use a lot of space, don' |
| ==== Enabling Mercurial Queue ==== | ==== Enabling Mercurial Queue ==== | ||
| - | The experimental wok is shared as patches which can't be integrated into cooking wok for now. To use them, you need the extension MQ; So you' | + | The experimental wok is shared as patches which can't be integrated into the cooking wok for now. To use them, you need the extension MQ. So your ~/.hgrc should |
| < | < | ||
| Line 18: | Line 18: | ||
| ==== Download cooking wok & patch it ==== | ==== Download cooking wok & patch it ==== | ||
| - | First check that the destination disk is mounted. In the directory which will contains the data, create a repertory | + | First check that the destination disk is mounted. In the directory which contains the data, create a repository |
| < | < | ||
| cd destination | cd destination | ||
| Line 26: | Line 26: | ||
| - | Download the wok : | + | Download the wok: |
| < | < | ||
| hg clone http:// | hg clone http:// | ||
| </ | </ | ||
| - | If you was root, give read/write permissions to you' | + | If you were root, enable |
| < | < | ||
| chown tux.tux -R wok | chown tux.tux -R wok | ||
| </ | </ | ||
| - | The patches will apply well on the revisions for which they was created, but problems can appears | + | The patches will apply well on the revisions for which they was created, but problems can appear |
| Update the wok to the good revision: | Update the wok to the good revision: | ||
| < | < | ||
| Line 61: | Line 61: | ||
| </ | </ | ||
| - | Unapply patches (don' | + | Unapply patches (doesn' |
| < | < | ||
| hg qpop-a | hg qpop-a | ||