DDTS Support: How to Import and Export DDTS Projects between Sites
If you want another site to access defects from a certain project, then you will have to configure DDTS to export and import changes for that project to that site.
First, configure DDTS to allow export changes to the project by editing this configuration file.
| DDTS_INSTALLATION_DIRECTORY/config/export |
|---|
Second, configure DDTS to allow import changes to the project by editing this configuration file.
| DDTS_INSTALLATION_DIRECTORY/config/import |
|---|
After updating the above files, start the connection between two sites by running this command on both sites.
| adminbug conn |
|---|
Finally, if two sites are ever out of sync, then run this command to refresh the DDTS databases between sites.
| refreshbug |
|---|
Warning, this command may take a VERY long time to execute.
by Phil B.
