1

I want to change my manually installed gitolite to the package installation, because it's easier to updates.

How can I do that, without loosing my repositories? / How can I backup my repositories, before I start playing around with gitolite installations?

Thanks, Flo

sbo
  • 143
  • 1
  • 3

1 Answers1

0

You can use git bundle to backup each of your git repo.

Otherwise, upgrading a gitolite installation is as simple as pulling the gitolite git repo and replaying the install script.
You can see an example in my gitolite installation script, which I can replay over and over the same gitolite installation: it will upgrade it each time.

VonC
  • 2,653
  • 5
  • 29
  • 48