Fossil SCM

Add missing arguments to Git->Fossil import example.

nick.lloyd 2016-10-08 13:42 nick.lloyd-git-interop
Commit 880e3fb51f299099d13398b10e787c8e633fdb95
1 file changed +4 -4
+4 -4
--- www/inout.wiki
+++ www/inout.wiki
@@ -91,12 +91,12 @@
9191
9292
Changes in the Git repository can be exported to the Fossil repository and then
9393
pushed to the remote:
9494
9595
<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
100100
cd ../repo
101101
fossil push
102102
</pre></blockquote>
103103
--- 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

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button