The title pretty much covers what I'm asking for.
What happens to a Bitbucket fork in following cases:
- If the original repository gets deleted?
- If the owner of the original repository revokes the read rights from the owner of the fork?
- Also what happens to the history of the previous commits? If the repo stays intact, does also the history of commits stay intact?
Both repos (original and fork) are private, in case that plays any role.
Disclaimer: This is only a partial answer. I still find it to be useful even after seeing the possible duplicate (since there are no references). Also, it can be used by others to draw further conclusions.
What happens to a fork when the original repository gets deleted?
It will remain:
What happens if the owner of the original repository revokes the read rights from the owner of the fork?
Not 100%, but this is what the documentation says about disabling forking, which at least might be related: