Hello everyone, it appears opengrok is having trouble executing the subversion command, but I need some to enable the debug information to figure out what is wrong. It says it's "missing binaries" but SVN *is* on the search path. I've read the section on configuration many times and still cannot figure out what is wrong.
Environment: Tomcat6, AIX, java6 64bit, "-server" web.xml points to configuration: /build/opengrok/configuration.xml Here is my subversion command: ${JAVA_HOME}/bin/java ${JAVA_OPTS} -jar ${PROGDIR}/opengrok.jar -c ${EXUB_CTAGS} -s ${SRC_ROOT} -d ${DATA_ROOT} -W ${CFG_OUT} -w opengrok -U localhost:2424 -P -v -r on -a on -S -H -j embedded Output: Scanning for repositories... Dec 30, 2009 11:15:56 AM org.opensolaris.opengrok.history.RepositoryFactory getRepository WARNING: SubversionRepository not working (missing binaries?): /build/opengrok/svn_checkout Dec 30, 2009 11:15:56 AM org.opensolaris.opengrok.history.HistoryGuru addRepositories INFO: Adding <org.opensolaris.opengrok.history.SubversionRepository> repository: </build/opengrok/svn_checkout> Dec 30, 2009 11:15:56 AM org.opensolaris.opengrok.history.RepositoryFactory getRepository WARNING: SubversionRepository not working (missing binaries?): /build/opengrok/svn_checkout Done searching for repositories (0s) Writing configuration to /build/opengrok/configuration.xml Done... Dec 30, 2009 11:15:57 AM org.opensolaris.opengrok.history.HistoryGuru createCache WARNING: Skipping creation of historycache of SubversionRepository repository in /build/opengrok/svn_checkout: Missing SCM dependencies? Dec 30, 2009 11:15:57 AM org.opensolaris.opengrok.index.Indexer doIndexerExecution INFO: Starting indexExecution Dec 30, 2009 11:15:58 AM org.opensolaris.opengrok.history.HistoryGuru createCache WARNING: Skipping creation of historycache of SubversionRepository repository in /build/opengrok/svn_checkout: Missing SCM dependencies? Dec 30, 2009 11:15:58 AM org.opensolaris.opengrok.history.HistoryGuru createCache WARNING: Skipping creation of historycache of SubversionRepository repository in /build/opengrok/svn_checkout: Missing SCM dependencies? Dec 30, 2009 11:15:58 AM org.opensolaris.opengrok.history.HistoryGuru createCache WARNING: Skipping creation of historycache of SubversionRepository repository in /build/opengrok/svn_checkout: Missing SCM dependencies? Dec 30, 2009 11:15:58 AM org.opensolaris.opengrok.history.HistoryGuru createCache WARNING: Skipping creation of historycache of SubversionRepository repository in /build/opengrok/svn_checkout: Missing SCM dependencies? Dec 30, 2009 11:15:58 AM org.opensolaris.opengrok.history.HistoryGuru createCache WARNING: Skipping creation of historycache of SubversionRepository repository in /build/opengrok/svn_checkout: Missing SCM dependencies? Dec 30, 2009 11:15:58 AM org.opensolaris.opengrok.history.HistoryGuru createCache WARNING: Skipping creation of historycache of SubversionRepository repository in /build/opengrok/svn_checkout: Missing SCM dependencies? Adding: /techarch/client_services/WebContent/META-INF/MANIFEST.MF (PlainAnalyzer) .... about 5000gazzilion lines Adding: /archive/webdev/wft/stage_apps/trunk/test/stage_inb_test_files (ShAnalyzer) Dec 30, 2009 12:29:58 PM org.opensolaris.opengrok.index.IndexDatabase optimize INFO: Optimizing the index ... Dec 30, 2009 12:29:58 PM org.opensolaris.opengrok.analysis.Ctags$1 run WARNING: Error from ctags: ctags: Warning: ignoring null tag in /build/opengrok/svn_checkout/archive/webdev/sandbox/amms-web-prototype/trunk/src/main/webapp/script/jquery.form.js ctags: Warning: ignoring null tag in /build/opengrok/svn_checkout/archive/webdev/sandbox/pharmacy.domain.member.analysis.web/trunk/src/main/webapp/scripts/prototype.js Dec 30, 2009 12:31:56 PM org.opensolaris.opengrok.index.IndexDatabase optimize INFO: done Dec 30, 2009 12:31:56 PM org.opensolaris.opengrok.index.IndexDatabase createSpellingSuggestions INFO: Generating spelling suggestion index ... Dec 30, 2009 12:32:36 PM org.opensolaris.opengrok.index.IndexDatabase createSpellingSuggestions INFO: done Dec 30, 2009 12:32:36 PM org.opensolaris.opengrok.index.Indexer sendToConfigHost INFO: Send configuration to: localhost:2424 Dec 30, 2009 12:32:36 PM org.opensolaris.opengrok.index.Indexer sendToConfigHost INFO: Configuration update routine done, check previous output for errors. I welcome all input. Thank you -- This message posted from opensolaris.org