Search history using opengrok

I've been working on OPENGROK to search my SVN code repository. This requires a verified version of the repository. I was able to achieve searching through the repository when I checked out the version on my system. Where I am stuck when I try to search the History of the repository. I am not getting any help on this. Can someone tell me what to do. Moreover, if I want to update the indexes and not create new ones all the time how to do it. Any input will be of great help to me. Thanks for your time and help.

+2


source to share


1 answer


What version of opengrok are you using? There are two ways that opengrok can display historical information.

  • If opengrok and subversion are installed on the same local OR server
  • If you have opengrok version> 0.7, history from remote svn can also be retrieved.

Link:

Note: A local CVSROOT (or SVN if opengrok version less than 0.7) repository must be available. File history will not be fetched from a remote server for CVS (& SVN if opengrok version less than 0.7) !.

      



https://github.com/OpenGrok/OpenGrok/wiki/How-to-install-OpenGrok

Update 1: one more thing to check

The shell script "OpenGrok" in the bin directory will have the option "OPENGROK_REMOTE_REPOS_OFF". Make sure it is not complete in your script.

+1


source







All Articles