You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Today, when deleting a repo, the underlying storage is kept.
If, in the future, someone wants to recreate a repository using the same storage namespace, they will get an error message.
Furthermore, it leaves wasted storage.
It might be worth:
Telling the user they should delete the data, or, alternatively,
Allowing an option to delete the data on the deletion of the branch (which is risky for many other reasons :) ), or,
delete only the files that will prevent from a new repository being created on the same namespace.