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


Chapter 6 Command Line Utilities : RepoDiff

RepoDiff
Command
repoDiff [-help | -?] [-i] [-s url] [-x url] [v] repoUrl1 repoUrl2
Purpose
Logically compares two projects and outputs the differences. This command is primarily used with 4.x instances.
The output report contains the following information:
 
 
When you use this option, a help message is displayed. Type RepoDiff -help url for information on the url format.
-s url
Start node for comparison. Only nodes descending from url are included in the comparison.
-x url
When an exclude url is specified, RepoDiff excludes the subtree that starts at this url.
repoURL1 repoURL2
Examples
RepoDiff .\instance1.dat .\instance2.dat
 
RepoDiff -i tibcr://instance1 tibcr://instance2
 
RepoDiff -x /tibco/public http://localhost:8080?instance1 http://localhost:8080?instance2
Location
TIBCO_HOME\tra\version\bin

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