On Thu, Feb 09, 2017 at 01:15:51PM +0000, Roy Marples wrote:
> 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.

I disagree. The problem is not on the fossil side and I am not even sure
the "specification" of fastexport disallows it. It's really a git issue.

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