From searching around the net (and SO) for how to full text search an SVN repo, I discovered OpenGrok. I'm at a bit of a loss as to how to get this thing set up though.
Can anyone provide any pointers on how to get this set up to host on a Windows 2003 server?
Also, I understand it is possible to trigger OpenGrok to re-index upon check...
Looking at the OpenGrok help page reveals that the search query is based on Lucene, and Lucene in turn indicates that search queries are converted to lower case. I was wondering if there is any way to change this behavior and perform a cases sensetive search.
...
I was just wondering what is the best way to setup and configure OpenGrok for multiple projects, e.g. via a single page and a dropdown list.
While the documentation for a single project is pretty straight-forward, the instructions for setting up a multi-project environment isn't very clear to me.
...
We want to index our (fairly large collection of) git repositories using OpenGrok, and the one thing I haven't been able to figure out is how to index all the branches. From what I can see, it looks like I need to have checked-out copies of each branch that I want to index, so, if a repository has, say, a dozen branches, I need to have a...
I was able to install and use opengrok on WinXP using this blog entry
http://theflashesofinsight.wordpress.com/2009/05/11/install-opengrok-on-windows/
I now want to index a subversion repository. I checked out a repository to the source folder and can search the files. However the links for history and annotate are not active.
I have ...
Has anyone succeeded in getting Opengrok up and running on FreeBSD 6.4 and Tomcat6?
...