307 results found
-
Fire checkin triggers with a MergeTo operation
A Merge To operation perform a merge (as a classic Merge From operation) and moreover a check-in. However, no check-in trigger is fired. Please add this functionality. It is important, because without this, any custom system relying on the check-in triggers has this hole.
24 votesThe feature is avialable at 5.4.16.687
-
Copy files from a specific revision to filesystem
Use case:
I browse a specific revision of my repository. I want to be able to copy files/folders to a location on the file system. Preferably, drag&drop is supported.
I do NOT want to: merge, cherry-pick, revert, ...
I just want to be able to extract files from a previous revision and copy the files somewhere to the file system.
6 votesWhy don’t you just open it up with the appropriate editor and then save it where you want? You can also save as from the history view.
From the browser, as you propose, it is just a matter of opening up and saving. You can also create a custom “open with”.
-
to extend the custom comments auto-text
Currently only the user name and the date can be selected as templates for custom checkin comments.
As some build servers (such as bamboo) look into the comments when determining changes it would be nice to have at least the branch name as a template. This should be the branch prefix which is given when creating the branch + its name.36 votesRelease notes: http://www.plasticscm.com/download/releasenotes/5.4.16.643
-
Provide an option to not delete the .plastic directory in Windows when deleting a workspace through the UI.
Provide an option to not delete the .plastic directory in Windows when deleting a workspace through the UI. When working in a shared UNC path, deleting the workspace from one user also deletes the workspace for all other users and can cause a headache.
1 voteAre you on Plastic 5.4?
If so, just click on the [x] on the wk to close it and it won’t simply show up on your GUI, which I think is exactly what you’re looking for :-)
-
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
-
Better handling of "Dark" Theme in VS2013
Currently, if you are using VS2013 integration and the VS "Dark" theme is selected, the purple cherry pick links are virtually invisible.
1 vote -
improve the ignore files option
One of the options when you ignore a file looks like it gives you the option to ignore a file on a particular path. e.g. c:\path1\tempfile.txt
However, when you look at what has changed in ignore,cnf, it shows you that you are ignoring path1\tempfile.txt and not the specific path.
Could the option indicate that what is ignored is relative to the workspace?1 voteAnswered
-
documentation update
The article here: http://www.plasticscm.com/infocenter/technical-articles/kb-automating-reports.aspx says it applies to Plastic SCM 2.5+, however cm fco --all is not a valid command in Plastic SCM 5.0. --all is an invalid parameter.
1 voteDocument removed. It was too old :-S
-
In the MySQL setup article there should be a confirmation step
^ In this article there is no instruction for how to restart the server and CONFIRM that it is connected to MySQL. Consequences for not confirming are that the user charges forward with data being written to SQLite and later has to migrate.
1 voteDone.
The article now shows how to stop and start the Plastic SCM server in order to tune the MySQL installation.
-
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
-
Ask when user clicks on another object in BranchExplorer before saving Comments field
I use branch "Comments" field as a list of new or modified SQL stored procedures. However, if I accidently click on another branch or changeset, then all unsaved changes to commentary will be erased.
So I suggest to add a confirmation dialog before changing selected object if Comments field has unsaved changes.2 votes -
Merge tool: go to the first 'pending non-automatic' section on startup
When user intervention is needed during a merge, the merge tool opens. If there are multiple changes in the file being merged, the first operation you need to do then is jump to the first section that needs user intervention (a 'pending non-automatic' one).
Because the program does not do it automatically, I tend to forget to jump to that section, thinking that the currently displayed one is the one that I have to correct. If the tool needs my intervention, and that's the reason it is started, why does it bother me with a correct section on startup? :-)
…
6 votes -
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. -
IDEA 13+ compatiblity
Hey guys, IntelliJ 11 is actually ancient. The current version is 13 and 14 is going to come soon. It would be good if you supported this.
1 voteDONE!!!! :-)
-
integrate with the latest Atlassian Bamboo version
The latest Bamboo version is 5.6.1 and there currently seems to be support for version 4 only.
Plastic should support the latest version as it is a severe drawback not to be able to work with the existing build server.35 votesDone.
Integrated in 5.0.44.611 and 5.4.16.615.
Bamboo plugin: Now the plugin is fully compatible with Bamboo version 5.6.x series.
-
Add Create/Update code reviews functionality to the command line tool that exists in the GUI tool.
1) I am using Plastic SCM commands (using cm.exe) to retrieving different set of files which are used for our internal code reviews purposes.
2) And once I create a code review for the retrieved files, I want to add the same new code review entry to my corresponding PlasticSCM repository to track.
3) Also I want to update Plastic SCM Code review entries (added in point 2) once code review is signed-off externally.
So, is there some way with which i can achieve above mentioned points.
1 voteIntegrated and released in BL595.
-
Partial undo after merge
I'd be great if we can make a partial undo when there's a pending merge link. It could be helpful if you have not finished work but need to checkin your merge link and/or other changes
66 votesHappy to announce that we finally released it :-)
https://www.plasticscm.com/download/releasenotes/6.0.16.1644
-
Change Branch Explorer Background Color in Visual Studio when using Dark Theme
When using the Dark theme in Visual Studio, the background for the Branch Explorer is black (or dark grey). This makes it very difficult to see and trace all of the merge links. Please rework the background for the plug in to either force the Branch Explorer to use the standard white background, or use lighter, brighter versions of the colors for the merge links, to make them more readable.
7 votesThis issue was fixed on release 630 (see release notes at http://plasticweb.is-very-evil.org/download/releasenotes/5.4.16.630). The branch explorer has a light background color even with VS dark theme. However, we are currently working on improving the properties and options panels when using the dark theme.
-
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
-
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 :-)
- Don't see your idea?