0

I want to undelete a git repo which was deleted in Kallithea.

Kallithea does not delete the git repo, it renames them to this:

rm__20140912_181018_206281__myrepo...

Just renaming to myrepo... did not help.

How can I enable this repo again?

jonrsharpe
  • 115,751
  • 26
  • 228
  • 437
guettli
  • 25,042
  • 81
  • 346
  • 663
  • On creating new tags, see http://stackoverflow.com/help/privileges/create-tags – jonrsharpe Feb 10 '15 at 13:50
  • I'm not sure about Kallithea, but in RhodeCode you simply need to change the name to original, and also rename internal .hg dir and remove the rm__ prefix from it. – marcinkuzminski Sep 11 '15 at 10:25

1 Answers1

0

I found it: You need to rescan the repositories:

Admin / Settings / Remap and Rescan

guettli
  • 25,042
  • 81
  • 346
  • 663