Hi List!

I have a few repos which I sync to git. However, one of them I noticed
is no longer syncing tags. The fossil repo is here:
https://roy.marples.name/projects/dhcpcd

Using fossil-1.37

fossil export --git dhcpcd.fossil > dhcpcd.export
git init dhcpcd-git
cd dhcpcd-git
git fast-import <../dhcpcd.export
error: multiple updates for ref 'refs/tags/dhcpcd_6_11_3' not allowed.
git tag
# No tags are shown, but it did import a few of them according to stats

The clue is in the error.
Now, fossil probably doesn't know which tag to use (first? last?) which
might be the case, but in that instance fossil should error out, or at
least print a warning during the export phase.

Roy
_______________________________________________
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