0

If I try to delete a repo in kallithea/rhodecode I get this message:

Cannot delete it still contains attached forks

I know that there is a fork of this project. The fork should survive, but the original should be deleted?

How to delete the repo?

jonrsharpe
  • 115,751
  • 26
  • 228
  • 437
guettli
  • 25,042
  • 81
  • 346
  • 663

2 Answers2

1

I found the answer myself.

Go to the fork (example foorepo-new): Options/Settings/Advanced.

Set "fork of" to empty.

Now deleting of the original repo is possible.

guettli
  • 25,042
  • 81
  • 346
  • 663
0

In RhodeCode Enterprise 3 we also added now option to detach, or delete forks when deleting origin repo.Removing repo with a lot of forks

This way you can decide what to do with a when you have a lot of forks

marcinkuzminski
  • 1,751
  • 14
  • 11