Replies: 1 comment 2 replies
-
Would symlinking the common repositories work ? If not then you can try cloning the shared repositories locally from one that is mirrored remotely you may save some mirroring time (assuming this is Git or such that has fast local clones). Storage savings wise, a file-system with built-in compression might help. |
Beta Was this translation helpful? Give feedback.
2 replies
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
Suppose I have to depoly 5 projects on opengrok.
Each project cotain a common repository A, and a project specific repository.
In order to deploy 5 projects. I have to download common repository 5 times, and index it 5 times.
Is there anyway to download common repository 1 times and makes it usable for all 5 projects?
Beta Was this translation helpful? Give feedback.
All reactions