Release Notes

Public

 6.0.16.1706: Oct 20 2017

New

GTK: A new 'Browse repository on this changeset' context menu option was added to the Changesets View and the Branch Explorer changeset selection. It will show a dynamic view to navigate the repository contents in the selected changeset.

New

Mac: A new 'Browse repository on this changeset' context menu option was added to the Changesets View and the Branch Explorer changeset selection. It will show a dynamic view to navigate the repository contents in the selected changeset.

New

GTK: The new 'Browse repository on this changeset' view has been completed adding a context menu with the following options:

* Open

* Open with

* Save as

* Diff with previous revision

* View history

New

Mac: The new 'Browse repository on this changeset' view has been completed adding a context menu with the following options:

* Open

* Open with

* Save as

* Diff with previous revision

* View history

Bug

CLI: the unco command wrongly performed a full unco if it was called with a wildcard argument (e.g 'cm unco src\f*') that didn't match any contents on disk.

The wildcard arguments expand to generate a set of disk paths matched by the argument. When there are no matches, the "unco" command is called with an empty set, resulting in a full undo checkout operation (the same way as executing "cm unco" without arguments).

We fixed the wildcard argument behavior to avoid a full "undo checkout" operation if no disk paths are matched.

Bug

Release 1699 was unable to migrate data when Plastic Server ran as a Windows Service. All because a temporary db.conf file created in the wrong location (full path not specified ended up creating the file in an unexpected place running as SYSTEM account).