Dear all,

In the latest version, Fossil uses a SHA3 hash by default. When I'm
trying to sync from Git to Fossil, it refuses because of the SHA3 in the
marks file.

First:

$ git fast-export --all --import-marks=../somerepo.git-marks
--export-marks=../somerepo.git-marks | fossil import --import-marks
../somerepo.fossil-marks --export-marks ../somerepo.fossil-marks --git
../somerepo.fossil

After some commits in the git repo:

$ git fast-export --all --import-marks=../somerepo.git-marks
--export-marks=../somerepo.git-marks | ~/dev/fossil/fossil import
--import-marks ../somerepo.fossil-marks --export-marks
../somerepo.fossil-marks --git --incremental ../somerepo.fossil
Invalid SHA-1 in marks file:
fb5191794c10f2b66ff915fff4e40964fad10754b9ad47c6a7a5cad395aec93d
error importing marks from file: ../somerepo.fossil-marks
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to