Fossil SCM
Add missing arguments to Git->Fossil import example.
Commit
880e3fb51f299099d13398b10e787c8e633fdb95
Parent
e8775afe1b080bf…
1 file changed
+4
-4
+4
-4
| --- www/inout.wiki | ||
| +++ www/inout.wiki | ||
| @@ -91,12 +91,12 @@ | ||
| 91 | 91 | |
| 92 | 92 | Changes in the Git repository can be exported to the Fossil repository and then |
| 93 | 93 | pushed to the remote: |
| 94 | 94 | |
| 95 | 95 | <blockquote><pre> |
| 96 | -git fast-export --import-marks=../repo/git.marks \ | |
| 97 | - --export-marks=../repo/git.marks | fossil import --git \ | |
| 98 | - --incremental --import-marks ../repo/fossil.marks \ | |
| 99 | - --export-marks ../repo/fossil.marks | |
| 96 | +git fast-export --import-marks=../repo/git.marks \ | |
| 97 | + --export-marks=../repo/git.marks --all | fossil import --git \ | |
| 98 | + --incremental --import-marks ../repo/fossil.marks \ | |
| 99 | + --export-marks ../repo/fossil.marks ../repo.fossil | |
| 100 | 100 | cd ../repo |
| 101 | 101 | fossil push |
| 102 | 102 | </pre></blockquote> |
| 103 | 103 |
| --- www/inout.wiki | |
| +++ www/inout.wiki | |
| @@ -91,12 +91,12 @@ | |
| 91 | |
| 92 | Changes in the Git repository can be exported to the Fossil repository and then |
| 93 | pushed to the remote: |
| 94 | |
| 95 | <blockquote><pre> |
| 96 | git fast-export --import-marks=../repo/git.marks \ |
| 97 | --export-marks=../repo/git.marks | fossil import --git \ |
| 98 | --incremental --import-marks ../repo/fossil.marks \ |
| 99 | --export-marks ../repo/fossil.marks |
| 100 | cd ../repo |
| 101 | fossil push |
| 102 | </pre></blockquote> |
| 103 |
| --- www/inout.wiki | |
| +++ www/inout.wiki | |
| @@ -91,12 +91,12 @@ | |
| 91 | |
| 92 | Changes in the Git repository can be exported to the Fossil repository and then |
| 93 | pushed to the remote: |
| 94 | |
| 95 | <blockquote><pre> |
| 96 | git fast-export --import-marks=../repo/git.marks \ |
| 97 | --export-marks=../repo/git.marks --all | fossil import --git \ |
| 98 | --incremental --import-marks ../repo/fossil.marks \ |
| 99 | --export-marks ../repo/fossil.marks ../repo.fossil |
| 100 | cd ../repo |
| 101 | fossil push |
| 102 | </pre></blockquote> |
| 103 |