307 results found
-
show line diff counts for changesets and pending changes
When listing changed files in a cs or pending changes, optionally list the number of lines changed in each file in the table. This would help in finding the important files from a large number of files.
Difficulties finding a revision to compare to make this hard to script from the command line.
It probably should ignore whitespace.
3 votesImplemented a new ‘analyze diffs’ in the 5.0
-
clean only rebase differences
The 'clean differences' button on the compare window skips all diffs from merges. Sometimes you would only like to skip rebase merges and see the rest.
3 votesThe “clean differences” functionality has been replaced for a much more powerful functionality: the improvement of the item merge tracking!
Check at http://codicesoftware.blogspot.com/2013/11/plastic-scm-release-5044505-including.html
-
Merge Tool should have keyboard shortcuts/accelerators
As used in SemanticMerge the build in Text Merge tool does not have keyboard shortcuts. This makes it frustrating when you can use hotkeys for SemanticMerge but not for the external tool provided with SemanticMerge.
3 votesIn the current version of PlasticSCM, the merge tool has the following shortcuts:
- Select/Unselect source: Ctrl+1
- Select/Unselect base: Ctrl+2
- Select/Unselect destination: Ctrl+3
- First conflict: Ctrl + Shift + -
- First conflict: Ctrl + -
- Next conflict: Ctrl + +
- Last conflict: Ctrl + Shift + +
- Previous non-automatic conflict: Ctrl+PageUp
- Next non-automatic conflict: Ctrl+PageDown
-
Semantic Merge should integrate out of box or provide document integration with popular third party text merge utilities
I would recommend you provide instructions for:
Meld,Beyond Compare, DiffMerge, KDiff3 but I will leave you to determine and others to determine what is appropriate.
Atlassian SourceTree has build in options for:
AraxisMerge, Beyond Compare, DiffMerge, KDiff3, P4Merge, TortoiseMerge3 votesA new release (1.0.71.0 – Slinky Dog) has been publish with support for this! Check it out!
-
add option in pending changes to tell plasic that a file was moved and not deleted
Sometimes when a file is moved or renamed the pending changes view doesn't track this change as move operation, but as delete and add. It would be great if the user could tell plastic that this should be handled as a move.
You may add such an option to the context menu while one deleted and one added file are selected. It's your choise.
3 votes -
Unable to overwrite read-only files with PlasticSCM in VS 2012/2013
When you try to save a modified in memory read-only file in VS with PlasticSCM set as current version control plugin, VS will show you a Save As dialog instead of asking you to overwrite file or discard your changes as it normally does (without PlasticSCM plugin).
More details here:
http://www.plasticscm.net/index.php?/topic/2257-unable-to-overwrite-read-only-files-with-plasticscm-in-vs2013/3 votesSolved at 5.0.44.592 and 5.4.14.593
-
Ohter payment systems?
Hey SemanticMerge Team,
when will other payment system be available for semantic merge?
I doesn't have a credit card but a normal paypal account...I really love your tool!
Thank you :)
Sanny
3 votesYou can pay using credit cards, paypal or even a check if you contact us first :-)
-
Support revisions on the "annotate" command
When using the annotate command on the GUI, it is possible to annotate files from a certain changeset.
However, it is not possible to do so from the 'cm ann' command line. The command only refers to local files.
Having this option will help me build a tool to automate the 'blame' process.3 votesDone. Merged in 5.4.14.595
-
Revert file to its 'source' revision
Whenever I want to revert a file to its historical revision, I feel I have no idea how find the revision I'm looking for. In some cases when I'm working in a branch, I need to revert all changes I made in a file in that specific branch. So I go to the revision history list of the file, and intuitively look for a revision being lower than the current one, and which is located in the main branch. But that approach is completely wrong. If you work according to the branch and merge rules, file revisions are always generated…
3 voteshttp://www.plasticscm.com/download/releasenotes/5.4.16.619
Added a context menu option to allow users reverting to a specific revision
from the version tree 2D.
In addition to that, when the 2D version tree is loaded, the revision loaded in
the workspace is automatically selected and focused. -
Store credentials for replication
the synchronize with Git Repository requires that I keep entering the Repository URL along with Username and password. It would be nice if these values were persisted.
3 votesThey’re actually persisted
-
Add option to only show my own changesets
When you have a moderately sized team and want to scan through the branch explorer for work you did, even with changeset coloring, it can be difficult to find what you are looking for. A toggle to hide every changeset other than ones that you worked on would make this a much quicker and simpler process.
3 votesWhy don’t you simply customize your branch explorer with “included/excluded” rules??
Check http://codicesoftware.blogspot.com/2014/02/new-release-plastic-scm-5044534-is-out.html
-
Improve selected file refresh in pending changes
Currently if a file is selected in the pending changes view, and you click "Show Diffs" the differences appear in the lower portion of the screen.
Suppose you don't like a change that you see, return to the file and fix it, and come back to Pending Changes. Obviously the current diff does not reflect the changes. However, if you click the Refresh button it does not refresh the file which is currently selected. It appears to cache the changes.
You can select another file and return to the first one to see the new change; in fact you don't…
3 votesFix released: 5.4.16.648
-
Improve checkin trigger information to include pending merge links
It would be helpful to us to know when a checkin includes a pending merge link. There is no way to get at this information in the trigger, but in our case it is quite fundamental.
We need to have a way to force integrators to not be able to merge in there own code, since that provides a single point of failure. They can merge in each others code, or their developers' code, but not their own.
In our particular case another solution would be a before-merge trigger (which does not exist) so that we could deny them the…
3 votesSee release notes: https://plasticscm.com/download/releasenotes/5.4.16.652
-
flatten sub-branch merge and keep rebase merge in diff branch view
Currently, when showing diff branch view in branch (task) with many sub-branch (sub-task) and some rebase, all merge are grouped under
"Merged from cs:##@br:{source branch name} : # items"
This is useful for rebase merge because when I diff a branch, I want to see what changes were made in the branch and having rebase changes hidden under this group is good.
However, grouping of sub-branch merge is defeating the purpose of diff parent branch. Most often, when I diff a parent branch, I want to see changes as flat changes, regardless of which sub-task the changes from.
3 votesWe consider it completed after http://codicesoftware.blogspot.com/2015/02/using-history-to-better-explain-branch.html
-
Display the version/build in the about dialog for the GTK client
Display the version/build in the about dialog for the GTK client similar to what the the windows/portable variant does.
3 votesSee release notes: https://plasticscm.com/download/releasenotes/5.4.16.666
-
Provide a way to get eclipse integration for linux versions
Ever since the linux installer was replaced with support for repositories, it is no longer possible to get the plasticscm eclipse plugin. Please provide an eclipse plugin update site and/or a zip file download of the eclipse plugin.
3 votesDone. Available since release BL680.
Instructions available at the download page.
-
PlasticSCM Installer: remember last installed components
Whenever PlasticSCM is updated to a new version, the installer uses default list of components to install. So every time you make an update, you have to select the components you want installed.
Could you make the installer remember the last used list of components and use it as the default one whenever PlasticSCM is installed later on?
3 votesWindows Installer: Some components previously installed were not remembered to be re-installed when upgrading to a newer version. Affected components were:
Windows Explorer Integration
IntelliJ IDEA plugins
Office plugins
Now the issue it’s fixed. -
Facilitate creating a new workspace
When you create a new workspace, Plastic SCM 5.4.16.654 Palencia fills in the Workspace Name and Path on disk fields automatically. It is easier now to create a workspace than it was in previous versions.
However, I would go a bit further. Firstly, the default 'path on disk' could be configurable or PlasticSCM could remember the parent directory of the last used folder and suggest it later on instead of the 'Drive:\Users\UserName\wkspaces\' path which is currently suggested as the base.
Secondly, when you click the 'Browse' button next to the 'path on disk', the folder selection dialog should navigate to…
3 votesHi Mario,
First of all, we’d like to thank you for your interest in Plastic and your feedback :)
Regarding your first issue, we decided to include a new setting inside the guiclient.conf file. This will allow you and other users to set the default workspace parent path, instead of using what you noticed: <Drive>:\Users\<username>\wkspaces. To do so, you’d just need to add a line in the guiclient.conf file (inside the <GuiClientConfigData> tag) as follows:
<DefaultWorkspaceRoot>C:\path\to\your\workspaces\root</DefaultWorkspaceRoot>
Once restarted, the GUI dialog should use this path as default.
About the second issue, the functionality you mention should be in place, but it seems there is a problem with the scroll on the browsing dialog. The written path (or its first existing parent) is actually selected, but the scroll neither moves to display it nor highlights it. We’ll look into this problem and we’ll release a fix ASAP.
Please don’t hesitate…
-
Custom "Open with..." - keyboard shortcuts
Please add an option to define a custom keyboard shortcut for each of the 'open with' elements.
That would facilitate processing selected file in external apps and would be useful especially when ceratin tools are executed before checkin quite often, like SortResx etc.
3 votes -
Ability to remove replication source from overview
In Branch Explorer / Options / Changeset colors - Replication Sources there is a list of every replication source that has ever been used to synchronize with.
I'd like to remove entries of this list in order to keep it clear. This is especially usefull in highly distributed scenarios.3 votesSee release notes at https://www.plasticscm.com/download/releasenotes/5.4.16.689
- Don't see your idea?