Hello,

We have made a mistake in git for the project https://www.drupal.org/project/bigvideo
Incorrect data has been saved to commit log for branch 7.x-1.x.
We are trying to filter log data but can't push changes because this branch has the associated release (https://www.drupal.org/node/2487794).
Can you delete this release or maybe we can do anything else to fix log data?

Thank you.

Comments

lizzjoy’s picture

Project: Drupal.org site moderators » Drupal.org infrastructure
Component: Project/Git problem » Git

Moving to infrastructure queue.

drumm’s picture

Status: Active » Postponed (maintainer needs more info)

We are trying to filter log data but can't push changes because this branch has the associated release

What exactly are you trying to do? We don't allow force pushes, which remove existing commits, because that doesn't update everyone else's clones, putting them in an inconsistent place.

Similarly, we don't generally don't delete releases because others may be using the release. I see there is a 7.x-1.x-e branch. Is that the potential replacement for 7.x-1.x?

kruhak’s picture

Status: Postponed (maintainer needs more info) » Needs work

Yes, branch 7.x-1.x-e is the correct replacement for 7.x-1.x.

We tried force push filtered log to default branch, after that we have created new branch 7.x-1.x-e with correct data and tried to delete 7.x-1.x, but this doesn't work.

kruhak’s picture

Status: Needs work » Active
drumm’s picture

Assigned: Unassigned » drumm

Ok, I can switch those branches around. Please remember:

We don't allow force pushes, which remove existing commits, because that doesn't update everyone else's clones, putting them in an inconsistent place.

drumm’s picture

Status: Active » Fixed

7.x-1.x-old is now a copy of what was 7.x-1.x.

7.x-1.x is now a copy of 7.x-1.x-e.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.