Import Repository Settings
Importing Repository Settings can be invoked through the command line.
reposettingimport -repo <repo name> -o <XML file path>
Example
jre\bin\Java -Xmx512m -XX:MaxMetaspaceSize=512m -splash: -jar WhereScape-3D-HEAD-bundle.jar reposettingimport -repo "Local repository" -o "C:\temp\Repository_Settings.xml"
Export Repository Settings
Exporting Repository Settings can be invoked through the command line.
reposettingexport -repo <repo name> -o <XML file path> [-f] (Force overwrite)
Example
jre\bin\Java -Xmx512m -XX:MaxMetaspaceSize=512m -splash: -jar WhereScape-3D-HEAD-bundle.jar reposettingexport -repo "Local repository" -o "C:\temp\Repository_Settings.xml"