Community
Participate
Working Groups
Build Identifier: 0.11.1 I have created a tag for a branch, but this one does not get pushed automatically to the Git server. I tried several times to push, push to upstream (whatever is the difference), but EGit says all is up-to-date. EGit is completely unusable! Reproducible: Always Steps to Reproduce: 1. Create tag 2. 6.x-1.0 3. Tag has been created in EGit tags tree 4. Tag does not show up on git.drupal.org
x64 if of interest.
How does your push refspec look like ? It should contain refs/tags/*:refs/tags/* if you want to push all your locally existing tags. If you only want to push one single tag you need instead refs/tags/mysingletag:refs/tags/mysingletag. In EGit you may do that by running - Team > Remote > Push... - choose the right remote URL - click "Next" - click "Add all tags spec" or enter a custom refspec - click "Finish" Find more details in the user guide [1] [1] http://wiki.eclipse.org/EGit/User_Guide#Push_Ref_Specifications
Created attachment 192004 [details] screenshot: define refspec for pushing all tags
Yeah, thx. The refspec for pushing all tags was the issue...