You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Both environments variables (OPENGROK_SUBVERSION_USERNAME, OPENGROK_SUBVERSION_PASSWORD) are set. All the other commands include authorization parameters.
SubversionHistory.getHistoryGet is missing the line
cmd.addAll(getAuthCommandLineParams());
The error can be triggered when clicking history link and then compare button of two revisions inside a source file page.
org.opensolaris.opengrok.util.Executor.exec Non-zero exit status 1 from command [/usr/bin/svn, cat, -r, 76898, pom.xml@] in directory /src/hce: svn: E215004: Authentication failed and interactive prompting is disabled; see the --force-interactive option
svn: E215004: Unable to connect to a repository at URL 'http://**/hce/pom.xml'
svn: E215004: No more credentials or we tried too many times.
Authentication failed
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Both environments variables (
OPENGROK_SUBVERSION_USERNAME
,OPENGROK_SUBVERSION_PASSWORD
) are set. All the other commands include authorization parameters.SubversionHistory.getHistoryGet
is missing the lineThe error can be triggered when clicking history link and then compare button of two revisions inside a source file page.
The text was updated successfully, but these errors were encountered: