here の手順を使用して化石リポジトリを git にエクスポートしようとしています。この質問はこちらで見ましたが、私の質問に対する回答がありません。
https://www.fossil-scm.org/xfer/doc/tip/www/inout.wikiのすべての指示に従いましたが、うまくいかないようです。
私は次のことをしました:
git init new-repo
cd new-repo
fossil export --git ../repo.fossil | git fast-import
統計を取得します:
git-fast-import statistics:
---------------------------------------------------------------------
Alloc'd objects: 10000
Total objects: 8831 ( 8 duplicates )
blobs : 5578 ( 0 duplicates 3374 deltas of 5224 attempts)
trees : 2509 ( 8 duplicates 1419 deltas of 2378 attempts)
commits: 744 ( 0 duplicates 0 deltas of 0 attempts)
tags : 0 ( 0 duplicates 0 deltas of 0 attempts)
Total branches: 1 ( 1 loads )
marks: 1048576 ( 6322 unique )
atoms: 4253
Memory total: 2704 KiB
pools: 2235 KiB
objects: 468 KiB
---------------------------------------------------------------------
pack_report: getpagesize() = 4096
pack_report: core.packedGitWindowSize = 1073741824
pack_report: core.packedGitLimit = 8589934592
pack_report: pack_used_ctr = 2936
pack_report: pack_mmap_calls = 744
pack_report: pack_open_windows = 1 / 1
pack_report: pack_mapped = 207355128 / 207355128
---------------------------------------------------------------------
何も問題はありませんが、作業レポがありません。手順がありませんか?化石のドキュメントでこれ以上の情報は見つかりませんでした。前もって感謝します。
編集:以下の質問への回答として、エクスポートコマンドに -R を付けて -R を付けずに試しました。