You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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"
  • No labels