Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 6 Command Line Utilities : RepoImport

RepoImport
Command
RepoImport -url url [options] import file [schema files]
Purpose
Import the specified file into a project using the specified options. This command is primarily used with 4.x instances. For more information see Appendix C, Schema Files used when Exporting and Importing.
 
 
Type RepoImport -help url for information on the url format.
It is the instance file. The instance file may have any extension except .xsd. It must be in one of the formats used by RepoExport.
You can use one or more XML schema files. The schema file must have extension .xsd. This argument does not apply to instance files in generic format.
Options for AEXML or Generic format
 
If this option is true, references that point to non-existing nodes are changed to null references. Otherwise, an empty object is created.
-exclude object
Do not overwrite the contents of the given directory or object. Use multiple -exclude arguments to specify multiple objects and directories.
Options for AEXML only
 
-log file
Examples
RepoImport -url /repos/MyLocalRepo.dat -continue MyLocalFile.exp Repository.xsd myAdapter.xsd AESDK.xsd AEService.xsd AESchema.xsd
 
RepoImport -url tibcr://MyRemoteRepo -novalidate MyLocalFile.exp Repository.xsd
 
RepoImport -url tibcr://MyRemoteRepo -exclude /tibco/public/class -exclude /tibco/public/sequence -continue JustPrivate.exp Repository.xsd
Location
TIBCO_HOME\tra\version\bin

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved