Can't get history and annotate works on opengrok

I just follow the steps here: http://www.hierax.org/2009/10/opengrok-on-ubuntu-w-tomcat6.html And get opengrok working with index lookup but history and annotation didn't work.

Specifically, when viewing a file in the ribbon, there are Home, History, Annotate, Line #, etc. buttons above the displayed source file, most of them are links that do what they say but History and Annotate are not links.

When I click on a folder name to display a list of files, each file has tiny HAD links, where H and A denote history and annotation respectively. This time they are links (eg "A" increments the url with a = true), but when I click on it, the file is displayed without any comments.

This can happen with both SVN and TFS.

It may happen that in the same opengrok installation it is possible that only some files are affected (this was observed with a TFS-only installation).

Here is my command to create the configuration.xml file

sudo java -jar / var / lib / opengrok / bin / opengrok.jar -W / var / lib / opengrok / configuration.xml -c / usr / bin / ctages -P -S -v -s / var / lib / opengrok / src / -d / var / lib / opengrok / data -w opengrok -L polished -r on

+3


source to share


1 answer


I found a workaround.

In my setup, the history and annotations work when I browse through a file found via searching for a specific branch. When the same file is viewed within a branch bundle, the history and annotation are not available.



I'm not sure if this is an installation issue or an inherent limitation of packages.

0


source







All Articles