git-bundle-server icon indicating copy to clipboard operation
git-bundle-server copied to clipboard

How to run locally on Git (Gitolite) server

Open robbat2 opened this issue 2 years ago • 0 comments

Hi,

Great to see progress on this.

All of the docs and coding seem to be oriented around being able to clone a repo and re-serve it as a bundle.

What I'd like is to be able to run where the repo is already locally available on disk, and generate the bundle files without another clone. This matters a lot for large repos, where paying the storage cost for another copy is already expensive enough.

I realize this would mean the bundle-list.json might have to move.

robbat2 avatar Jun 08 '23 06:06 robbat2