On 10/12/16, Svyatoslav Mishyn <j...@openmailbox.org> wrote:
> (Thu, 13 Oct 00:19) Osamu Aoki:
>> I have no idea for "error: Multiple updates for ref ..." but at least
>> git repo is usable one after executing "git checkout trunk".
>
> to reproduce that error:
> /home/juef/fossil/test: f co trunk
> /home/juef/fossil/test: date >> z && f ci -m t1 --tag one --tag two
> /home/juef/fossil/test: date >> z && f ci -m b1 --tag one --tag two --branch
> br
> /home/juef/fossil/test: f2g test
> Unpacking objects: 100% (7/7), done.
> error: multiple updates for ref 'refs/tags/one' not allowed.

My guess:  Git does not allow more than a single instance of the tag
named "one".  In other words, all tags must be unique in Git.

-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
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