java - How to automatically trigger reindexing between SVN & Opengrok -



java - How to automatically trigger reindexing between SVN & Opengrok -

we planning utilize opengrok in our project. help of below url: http://algopadawan.blogspot.com/2012/07/installing-opengrok-on-windows.html

i did little poc in local desktop , able opengrok application up. part of poc did manual indexing mentioned in above url.

in our project utilize svn version command , commit made in svn indexed automatically in opengrok instead of manual indexing. can allow me know how can accomplish ?

many thanks, sachin

you have couple of options:

modify post-commit hook of svn repository fire off reindexing of repository, utilize shell script accomplish this. create cron job fire off indexing @ time interval, using similar shell script or script of choice.

java svn tortoisesvn opengrok

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -