Using the Default AccuWork Schema

The AccuSync installation includes a default AccuWork schema for your ITS located in \defaultAccuWorkSchema\its where you installed AccuSync. This AccuWork schema includes all the fields needed to synchronize AccuWork and ITS issues, as well as many fields that, while not required to support issue synchronization, are considered useful in most installations, like the Status field, for example.

To use the default AccuWork schema, simply copy the defaultAccuWorkSchema\its\dispatch directory to the \dispatch directory for any depot you plan to synchronize with your ITS:

Microsoft Windows
xcopy <install>\defaultAccuWorkSchema\<its>\dispatch\*
<storage>\depots\<depot_name>\dispatch /E
Linux
cp -r <install>/defaultAccuWorkSchema/<its>/dispatch
<storage>/depots/<depot_name>

Where:

  • <install> is the AccuSync installation root. For example: c:\Program Files (x86)\AccuSync\.
  • <its> is the name of your ITS.
  • <storage> is the AccuRev installation \storage directory. For example: c:\Program Files (x86)\AccuRev\storage.
  • <depot_name> is the AccuRev depot name. For example: fiesta.
Note: Each AccuRev depot has its own AccuWork schema. You must copy the default AccuWork schema to every depot whose issues you plan to synchronize with your ITS.

What to Do Next

After you have copied the default AccuWork schema to each of the depots whose issues you want to synchronize with those in your ITS, you must create values for your project mapping group.