Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
1answer
1k views

How can you connect OpenGrok to a SVN repository?

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 ...
2
votes
2answers
439 views

How do I handle git branches in OpenGrok?

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 ...
2
votes
1answer
265 views

Is it possible to perform case sensitive search in OpenGrok?

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 ...
0
votes
0answers
119 views

How do I run Opengrok as a job in Hudson/Jenkins?

I am trying to create a job on Hudson/Jenkins that will copy an artifact from a previous job and then run OpenGrok on the workspace. The invocation of Opengrok starts fine, but hangs at the history ...
0
votes
1answer
564 views

Multiple projects with OpenGrok

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 ...
0
votes
1answer
709 views

How does one install OpenGrok on Windows Server 2003?

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 ...