Fossil SCM
Add the "fossil git export" command to the 2.9 change log.
Commit
17b517f5eef3246142e4d4ca613415e4403d6f848f3ea87ad06cf1d5b57bd764
Parent
21b57fae404b958…
2 files changed
+2
+4
+2
| --- www/changes.wiki | ||
| +++ www/changes.wiki | ||
| @@ -1,10 +1,12 @@ | ||
| 1 | 1 | <title>Change Log</title> |
| 2 | 2 | |
| 3 | 3 | <a name='v2_9'></a> |
| 4 | 4 | <h2>Changes for Version 2.9 (pending)</h2> |
| 5 | 5 | |
| 6 | + * Added the [/help?cmd=git|fossil git export] command and instructions | |
| 7 | + for [./mirrortogithub.md|creating a GitHub mirror of a Fossil project]. | |
| 6 | 8 | * Improved handling of relative hyperlinks on the |
| 7 | 9 | [/help?cmd=/artifact|/artifact] pages for wiki. For example, |
| 8 | 10 | hyperlinks and the lizard <img> now work correctly |
| 9 | 11 | for both [/artifact/2ff24ab0887cf522] and |
| 10 | 12 | [/doc/0d7ac90d575004c2415/www/index.wiki]. |
| 11 | 13 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -1,10 +1,12 @@ | |
| 1 | <title>Change Log</title> |
| 2 | |
| 3 | <a name='v2_9'></a> |
| 4 | <h2>Changes for Version 2.9 (pending)</h2> |
| 5 | |
| 6 | * Improved handling of relative hyperlinks on the |
| 7 | [/help?cmd=/artifact|/artifact] pages for wiki. For example, |
| 8 | hyperlinks and the lizard <img> now work correctly |
| 9 | for both [/artifact/2ff24ab0887cf522] and |
| 10 | [/doc/0d7ac90d575004c2415/www/index.wiki]. |
| 11 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -1,10 +1,12 @@ | |
| 1 | <title>Change Log</title> |
| 2 | |
| 3 | <a name='v2_9'></a> |
| 4 | <h2>Changes for Version 2.9 (pending)</h2> |
| 5 | |
| 6 | * Added the [/help?cmd=git|fossil git export] command and instructions |
| 7 | for [./mirrortogithub.md|creating a GitHub mirror of a Fossil project]. |
| 8 | * Improved handling of relative hyperlinks on the |
| 9 | [/help?cmd=/artifact|/artifact] pages for wiki. For example, |
| 10 | hyperlinks and the lizard <img> now work correctly |
| 11 | for both [/artifact/2ff24ab0887cf522] and |
| 12 | [/doc/0d7ac90d575004c2415/www/index.wiki]. |
| 13 |
| --- www/mirrortogithub.md | ||
| +++ www/mirrortogithub.md | ||
| @@ -57,10 +57,14 @@ | ||
| 57 | 57 | mirroring operation probably took several minutes (or tens of minutes) |
| 58 | 58 | but a typical update will happen in a second or less. |
| 59 | 59 | </ol> |
| 60 | 60 | |
| 61 | 61 | ## Notes: |
| 62 | + | |
| 63 | + * The mirroring is one-way. If you check in changes on GitHub, those | |
| 64 | + changes will not be reabsorbed by Fossil. There are technical problems | |
| 65 | + that make a two-way mirror all but impossible. | |
| 62 | 66 | |
| 63 | 67 | * The "fossil git export" command creates subprocesses that run "git" |
| 64 | 68 | commands. So you must have Git installed on your machine for any |
| 65 | 69 | of this to work. |
| 66 | 70 | |
| 67 | 71 |
| --- www/mirrortogithub.md | |
| +++ www/mirrortogithub.md | |
| @@ -57,10 +57,14 @@ | |
| 57 | mirroring operation probably took several minutes (or tens of minutes) |
| 58 | but a typical update will happen in a second or less. |
| 59 | </ol> |
| 60 | |
| 61 | ## Notes: |
| 62 | |
| 63 | * The "fossil git export" command creates subprocesses that run "git" |
| 64 | commands. So you must have Git installed on your machine for any |
| 65 | of this to work. |
| 66 | |
| 67 |
| --- www/mirrortogithub.md | |
| +++ www/mirrortogithub.md | |
| @@ -57,10 +57,14 @@ | |
| 57 | mirroring operation probably took several minutes (or tens of minutes) |
| 58 | but a typical update will happen in a second or less. |
| 59 | </ol> |
| 60 | |
| 61 | ## Notes: |
| 62 | |
| 63 | * The mirroring is one-way. If you check in changes on GitHub, those |
| 64 | changes will not be reabsorbed by Fossil. There are technical problems |
| 65 | that make a two-way mirror all but impossible. |
| 66 | |
| 67 | * The "fossil git export" command creates subprocesses that run "git" |
| 68 | commands. So you must have Git installed on your machine for any |
| 69 | of this to work. |
| 70 | |
| 71 |