On Feb 9, 2017, at 6:15 AM, Roy Marples <r...@marples.name> wrote:
> 
> error: multiple updates for ref 'refs/tags/dhcpcd_6_11_3' not allowed.
> git tag

Fossil allows a given tag to refer to multiple checkin IDs, but Git does not, 
so it complains on trying to import it.

At the moment, your only way around this is to cancel the additional uses of 
that tag on the Fossil side.  The simplest way to do that is to click on it 
from “fossil ui > Tags”, which will list all the checkins it applies to, then 
click the older ones one-by-one, tell it to Edit the checkin, and “Cancel” the 
redundant tag on that checkin.

Eventually, I think the git fast-export feature in Fossil should be smart 
enough to mention each tag only once, applying it to the most recent checkin 
ID, as Fossil normally does when you give an ambiguous tag name.
_______________________________________________
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