| Summary: | Problems with pushing to Gerrit for Platform/Resources | ||
|---|---|---|---|
| Product: | Community | Reporter: | Szymon Brandys <Szymon.Brandys> |
| Component: | Git | Assignee: | Eclipse Webmaster <webmaster> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
Szymon Brandys
This sounds like: http://gerrit-documentation.googlecode.com/svn/Documentation/2.2.2/error-change-upload-blocked.html You might want to check out https://bugs.eclipse.org/bugs/show_bug.cgi?id=372131#c7 as you can also 'push' around Gerrit(by using the old urls) -M. (In reply to comment #1) > This sounds like: > http://gerrit-documentation.googlecode.com/svn/Documentation/2.2.2/error-change-upload-blocked.html > > You might want to check out > https://bugs.eclipse.org/bugs/show_bug.cgi?id=372131#c7 as you can also > 'push' around Gerrit(by using the old urls) > > -M. I do not have shell access. Could you check what "git for-each-ref refs/for" returns? I guess there may be a "refs/for..." branch. Let me know what it is. Ok, just for the record: eclipse.platform.resources.git # git for-each-ref refs/for 9d7bad2083a4e30f47f3e95386304910a95bc2d8 commit refs/for/master eclipse.platform.resources.git # for n in $(git for-each-ref --format='%refname)' refs/for); do git update-ref -d $n; done eclipse.platform.resources.git # git for-each-ref refs/for eclipse.platform.resources.git # Looks ok, can you commit again? -M. Works great now. Thanks! |