> - Does /var/opengrok/etc/configuration.xml contain
> RepositoryInfo
> sections that seem to match the actual
> repositories?
Actually - no. Though there are a number of sections with the following
structure that appear to match the repositories I've setup:
<void property "projects">
<void method="add">
<object class="org.opensolaris.opengrok.configuration.Project">
<void property="description">
<string>foo-project</string>
</void>
<void property="path">
<string>/foo-project</string>
</void>
</object>
</void>
...
After reading this suggestion, I went again to the documentation and found a
suggestion to run the index with -H and -D flags, so I added -D to
StdInvocation() n the OpenGrok script, but that didn't seem to help. How do
the RepositoryInfo sections get created? (or is what I have correct?)
> - Does the servlet container (Tomcat?) have git and
> svn in its PATH?
Yes, Tomcat. It does now.
> - Does the user that runs the servlet container have
> permission to read
> the source directory? (Could check with "su -
> <user>" and see if you
> can do "svn log" as that user.)
It does now. I had to supply a password on the initial connection, which I
assume is now cached.
I've followed your suggestions (where possible) and restarted Tomcat, but no
luck yet.
What's next? :)
--
This message posted from opensolaris.org
_______________________________________________
opengrok-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/opengrok-discuss