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


Chapter 6 Command Line Utilities : RepoExport

RepoExport
Command
RepoExport -url url [options] file[RootNode] [RootNode]
Purpose
Use this command to export data from a project to an XML file. This command is primarily used with 4.x instances.
 
 
Exports from the specified URL. Type RepoExport -help url for information on the url format. A valid url must be specified.
 
 
-format format
Output file format. Valid file formats are generic and AEXML. If not specified, the default is generic. If you use generic format, XSD validation cannot be performed when you re-import the file.
-substitute [name=value...]
Examples
RepoExport -url /repos/MyLocalRepo.dat -format AEXML MyRepo.exp
 
RepoExport -url tibcr://MyRemoteRepo -format AEXML EntireRepo.exp
 
RepoExport -url tibcr://MyRemoteRepo -exclude /tibco/public/class -exclude /tibco/public/sequence -format AEXML JustPrivate.exp /tibco/private
See Also
Appendix C, Schema Files used when Exporting and Importing
Location
TIBCO_HOME\tra\version\bin

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