This repository was archived by the owner on Jul 4, 2019. It is now read-only.

Description
Hi,
Reading Repository synchronization at Opengrok wiki, I wonder if in the Opengrok docker image is supported opengrok-sync to sync and index a Git code repository or run opengrok-reindex-project after a Git pull.
I did some tests and after I updated a Git repository and ran the script indexer (index.sh), the newly added files are not able to be found by searching in path field. I had to remove all the indexed data and run again the indexer (this way is very slow because the codebase weight 10 GB and the indexer takes 3h to finish).
Should I run opengrok-reindex-project instead of index.sh?