Moveit: rejected fetching tag 0.10.6 (would clobber existing tag)

Created on 21 Jan 2019  路  2Comments  路  Source: ros-planning/moveit

I see this over here at the moment:

moveit $ git fetch --tags
From git://github.com/ros-planning/moveit
 ! [rejected]            0.10.6     -> 0.10.6  (would clobber existing tag)

Did anyone change the tags? @130s @rhaschke

Most helpful comment

I have force-pushed tags during the last release cycle(s) to only keep a single tag per release.
As we observed several release issues lately (e.g. with chomp stuff), it was a lengthy and incremental process to get MoveIt compiled on the ROS build farm. In any case, I only kept the final release that actual went through.
Looks like you pulled during this release process and thus have an outdated tag locally. Remove the local tag with git tag -d 0.10.6 and fetch again.

All 2 comments

I haven't done any release work since I made 0.10.5.

Can you provide steps of how to reproduce when it happens?
(I couldn't reproduce by running wstool update -t -v src over my MoveIt! workspace.)

I have force-pushed tags during the last release cycle(s) to only keep a single tag per release.
As we observed several release issues lately (e.g. with chomp stuff), it was a lengthy and incremental process to get MoveIt compiled on the ROS build farm. In any case, I only kept the final release that actual went through.
Looks like you pulled during this release process and thus have an outdated tag locally. Remove the local tag with git tag -d 0.10.6 and fetch again.

Was this page helpful?
0 / 5 - 0 ratings