Who we are

We are the developers of Plastic SCM, a full version control stack (not a Git variant). We work on the strongest branching and merging you can find, and a core that doesn't cringe with huge binaries and repos. We also develop the GUIs, mergetools and everything needed to give you the full version control stack.

If you want to give it a try, download it from here.

We also code SemanticMerge, and the gmaster Git client.

Plastic SCM 4.1.10.450 External Release is out!!

Monday, June 17, 2013 Luix 0 Comments

Plastic SCM 4.1.10.450 (Porto) is ready right now!

Check the full list of changes here and visit the Plastic SCM download page to install or upgrade your Plastic SCM setup.

As usual, you can suggest and vote new features on the Plastic SCM Forum page and tell us your opinion about Plastic SCM or use the User's Voice channel, as well.

Let's see what's new and fixed in this release:

New

Scrolling in Branch Explorer (from the user voice): The mouse wheel behaviour has been improved to reflect the expected behaviour. Now:
  • Scroll: It will scroll horizontally (or vertically if the selected layout is the vertical one).
  • Ctrl + scroll: It will zoom in or out.
  • Shift + scroll: It will do the alternate scrolling: vertical if the horizontal layout is selected (default), horizontal if vertical layout is applied.
Branch Explorer (from the user voice): We've added a "Display full branch names" option to the Display options panel to show the full or the short branch name. By default this option is checked, so the behaviour is the same as it was.

Navigation buttons in the Differences panel are now enabled if there's only one difference available. This is added in DiffTool, MergeTool and CodeReviewTool.

Command line client: the cm find command now it's able to filter labels on a certain branch, by adding a branch name in the 'where' clause of the find command.

Example 1: Print all labels in the branch /main/Release1.x

cm find "label where branch='br:/main/Release1.x' --format={name}"
Output:
        Rel1.0
        Rel1.1


Example 2: Print all labels:
cm find "label --format={name}"
Output:
        Beta2.0
        Beta2.2
        Rel1.0
        Rel1.1


Important: It is neccesary to upgrade both client and server to this version (or later) to have this feature. Otherwise, the compatibility between client and server will not be broken, but the feature will not be available.

Bugfixes

Visual Fox Pro integration: Solved some issues when using the SCC plugin regarding the "Keep checked out" option on the "Add to source control" dialog.

Bamboo plugin (reported by customer): The previous version of the plugin could not be upgraded properly from older installations. Now it is.

0 comentarios: