ayakout
ayakout

Reputation: 59

Error "Project is subscribed by other projects" when deleting Gerrit project

I am trying to delete one Gerrit project which is causing some problems. When I click on the "Delete" button I get this error.

Gerrit Code review error: 
Project is subscribed by other projects.

I looked at the project.config but could not find any reference to subscribers. Where can I find information about subscribers?

Upvotes: 0

Views: 85

Answers (1)

Natively, Gerrit does't have a "delete project" feature. Are you using some plugin? Assuming you're using the delete-project plugin, you can't delete projects that use “submodule subscription”. You need to remove the submodule registration before attempting to delete the project. See more info here.

See here how to remove a submodule subscription.

Upvotes: 1

Related Questions