0

I have configured OpenGrok in Windows environment with Tomcat Server and was able to index the SVN Checked-out Project. The Search really worked fine :-)

Reference: http://algopadawan.blogspot.in/2012/07/installing-opengrok-on-windows.html

Now my requirement is, I need to configure the same OpenGrok in Linux Server which should directly access the SVN Repository Server and should hold the indexes in Linux environment itself and I should be able to access the localhost URL through the Browser in Windows Environment.

It will be great if someone helps me out with the procedure and possibility of doing the same.

Thanks in advance for the help guys !!!

asked Dec 13, 2014 at 18:48
3
  • Query: When I tried running the following command in Linux Environment ( java -jar opengrok.jar -W G:\opengrok-0.11.1\configuration.xml -c G:\ctags58\ctags.exe -P -S -v -s G:\CodeSource -d G:\opengrok-0.11.1\grokdata ) I am getting the following error: SEVERE: Error: No Exuberant Ctags found in PATH! (tried running /home/app/OpenGrok/Ctags/ctags.exe). For all the Generic paths I gave the exact location of the components. Please help as early as possible. Commented Dec 17, 2014 at 13:25
  • Hi All, I am eagerly waiting for the answer, please help guys !!! Commented Dec 18, 2014 at 6:46
  • I have made OpenGrok work in Linux Environment with static source (Projects made available in source path). Now I am in need of help to set remote svn repositories (with history) as source. Suggestions are most welcome. Commented Jan 2, 2015 at 11:41

1 Answer 1

0

Check this link out from stackoverflow.

You would need to enable the remoteScmSupported property in the opengrok configuration as suggested in the comments.

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.