Comparing versions¶
octoplant can create comparisons that are displayed side by side so that you can see the differences in an understandable way. You can compare the following:
- Any version with the working directory
- Any version with another version
Comparing version with working directory¶
-
Select a component in the Project tree.
If you want to compare versions, you must first check them out (see Check-Out).
-
Select a version in the Change history tab.
-
Select the Compare with working directory button in the State tab in the menu bar.
-
The Comparison dialog is then opened, in which the differences are listed.
Comparing version with another version¶
- Select a component in the Project tree.
- Select a version in the Change history tab as the compare partner.
- Select Set as compare partner in the State tab in the menu bar.
- The component is displayed pinned (version 5 in the example above).
- Select the version you want to compare with the set comparison partner (version 3 in the example above).
- Select Compare with set compare partner.
- The Comparison dialog is then opened, in which the differences are listed.
Printing the differences or exporting them to PDF¶
- Open the Comparison dialog.
-
Select the differences you want to print or export in the Differences area.
To print multiple differences, press Ctrl while selecting them. To print all differences, select the root project in the Difference tree and then press Ctrl+A.
-
Select the File tab in the menu bar.
- Select Show print preview. The Print differences dialog is opened.
- In the Print differences dialog, select whether you want to print a summary or the details of the comparison and confirm with OK.
- In the Print section of the menu bar, select the option to print or export to PDF.
FAQ¶
How can the maximum number of differences that are displayed be changed?
After the comparison between versions, the differences are displayed. The maximum number of differences is set by default. To change this number, proceed as follows:
-
Navigate to AdminClient > INI files >
Server.ini
(path to archive:{Drive}:\vdServerArchive\VD$A\Configuration\Server.ini
) -
Add the following section (or edit the value if the section exists):
(Where N
is the maximum number of differences; default value: 512, minimum value: 64, maximum value: 16384)