-
Notifications
You must be signed in to change notification settings - Fork 766
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OpenGrok should be able to index all branches in a single copy of a repository (Bugzilla #13344) #425
Comments
JGit should also improve the performance since all caches can be kept in memory - this is something that has been grinding-my-gears^tm while I've been setting up a OpenGrok server for some users |
It would be good if someone proposed possible solutions. I guess there should be a option to enable the behavior. Should all branches be indexed or just some ? (selection, certain number of most recent branches , ...) Where would indexer keep these branches ? How the results would be presented ? Should the branches be treated as separated projects or introduce concept of pseudo-sub-projects ? Also, I am not sure I got the point about storing the caches in memory - would they have to be reindexed after each restart of the webapp ? |
Also, this is not specific to git only. Similarly, one might want to do the same thing for tags within each branch. |
Is this a duplicate / another aspect of #923 ? |
I don't think this is something the indexer should implement. Besides, all the code that was supposed to update the repositories from within the indexer has been removed. The current design is that only what is present in the file system is indexed and all the mirroring of repositories is done externally, e.g. using the Python tools. |
status NEW severity enhancement in component scm for ---
Reported in version unspecified on platform ANY/Generic
Assigned to: Trond Norbye
On 2009-12-15 02:20:26 +0000, Kate Ebneter wrote:
The text was updated successfully, but these errors were encountered: