Will running cgit periodically cause any harm (since gerrit manipulates the repo with JGit)? Does JGit perform this function automatically?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
Yes, it is safe to run git gc (or most any other cgit command) on the server while Gerrit is running. No, jgit does not perform this automatically. Most groups using Gerrit have a script which runs gc once a week or so. I tried to find some more official documentation on this, but didn't see anything. |
|||
|
|
|
JGit's gc implementation is still in review [1], should be ready soon. |
|||
|
|
|
Jgit is eclipse plugin for Git. When and how often to run "git gc" is given in this |
|||||||
|