-
Notifications
You must be signed in to change notification settings - Fork 779
Configuration files Help #3220
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
For repository synchronization config using the The execution of the Lines 41 to 44 in 112419e
before the execution of Using the It would be nice if the |
Thanks, i see a YAML configuration in [https://github.com/oracle/opengrok/wiki/Repository-synchronization], it looks like a per project configuration, but different format, what should be the filename for this YAML and where do i put in docker container? also, how do i configure options like username, password, quite for SVN update command as part of synchronization? |
The config file can be placed anywhere in the Docker image I think. It does not matter what is the name of the config file, just pass it to the |
The username/password for Subversion repositories is set via environment variables:
Ideally they should be per project properties - #1946 |
Actually, the |
The limitation of performing repository synchronization via |
In general I'd say that if you need mirroring configuration, then this is outside of intended use scope for the official Docker image. Better run the mirroring externally and disable it via the |
Thanks. i was able to configure. however i see a problem. i have a svn repo with multiple trunks at different level. i checked out each trunk separately, however organized as same folder structure inside a single opengrok project. my observation is, indexer ran and able to figure out all the trunk that are with in 3 levels deep from the project folder. all other are not found and added to configuration.xml. is this 3 levels deep is a limitation? if so, can we overcome this? |
See the |
I am trying to setup the environment for my Java and Javascript projects. trying to find a help with configuration files that helps to setup my GIT and SVN repos synced with open grok. There are several configuration files and slightly confused with their formats, and locations, especially with docker container environment.
any help is much appreciated
The text was updated successfully, but these errors were encountered: