Using the Dimensions CM Synchronize Wizard

To synchronize your work area and the repository:

  1. Right-click the solution or project you want to synchronize, and select Synchronize. Or, select File | Source Control | Synchronize.

  2. Continue reading or, for more detailed information on the Synchronization Tool, see the Serena Dimensions CM User’s Guide.

  3. Synchronize with: Specify a Dimensions CM project or click the browse button to select one.

  4. Select the kind of synchronization you want to perform:

  5. Under Filter using wildcards (optional), enter expressions to include and exclude files and folders when synchronizing. The inclusions, if entered, will be evaluated before the exclusions when the synchronization is performed.

  6.      \.obj$

    Excludes paths that end with the string ".obj"

    Excludes "hello.obj" but not "hello.c"

          ^src\\debug

    Excludes paths that start with the string "src\debug"

    Excludes "src\debug\hello.obj" but not "src\hello.obj"

          ^New.*\.txt$

    Excludes paths that start with "New" and end with ".txt"

    Excludes "New Document.txt" but not "New Document.wav"

  7. Click Show additional options to display options on change detection and login.

  8. If required, change the Synchronization options. If you want to skip the final summary page of the synchronization wizard, select Skip summary before synchronization. If you want to automatically close the wizard when synchronization is complete, select Close wizard on completion.

  9. If you require an output log for the results of the synchronization, select Enable in folder under Logging and enter a path or click the Browse button.

  10. Click the Next button. The next window displays the differences between your local work area and the repository.

  11. Select a display mode:

  12. Expand the folder tree as needed, or use the navigation buttons, to review the differences and conflicts:

  13. To compare a work area file and a repository item, select a file/item and click the Compare button. The file Merge tool opens.

  14. To specify a resolution for a difference or a conflict, select the file and then click a resolution on the toolbar. The resolution proposed by the wizard appears in bold text; available resolutions are underlined.

  15. If you do not select a specific resolution, the proposed resolution will be implemented upon completion of the wizard. Some or all of the following resolutions are available:

    IMPORTANT!  In certain cases, when you choose to merge items, the merged files may appear after synchronization as having been moved. If this occurs, reopen the solution from source control to correctly display the merged file locations.

  16. If necessary, change any of the following default options on the Defaults tab. These settings apply to all applicable files included in the synchronization unless overridden for specific files:

  17. To set any of the above options to a unique value for specific files, select a file and click the Options tab. Here, you can override the setting with unique values.

  18. Click Next to display a synchronization summary, then start the synchronization.