Replies: 1 comment 5 replies
-
If you are using the Docker image, putting things into |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello. I'm trying to set the password for the Subversion repository and I can't make it work.
I'm using Opengrok container version "opengrok/docker:latest" (as of now, opengrok version seems to be 1.7.41).
I followed the documentation in https://github.com/oracle/opengrok/wiki/Per-project-configuration, so I set in /opengrok/etc/configuration.xml:
but in container logs I get the following - notice that the arguments --username and --password are missing from the svn command:
I confirmed that the file /opengrok/etc/configuration.xml in the running container contains the tags with username and password.
What do I have to do?
Beta Was this translation helpful? Give feedback.
All reactions