152 results found
-
Please fix annoying error popup
An error popup randomly opens when I check in, explore branches or whatever.
If I click 'ok' button then same error popup opens again.
The only way I can fix this is kill the process.
I'm very frustrating with this bug. Please fix.2021-04-13 16:47:26,710 DESKTOP-PARK\PARK DEBUG GlobalConfig - Getting the repository spec for workspacepath 'c:\Space5'
2021-04-13 16:47:26,712 DESKTOP-PARK\PARK DEBUG GlobalConfig - Getting the server config for repository spec 'Space5@MUMOSTUDIO@cloud', folder 'workspacetree', config file 'filetypes.conf'
2021-04-13 16:47:26,713 DESKTOP-PARK\PARK WARN filters - PathValueMatcher: Error parsing line: # Plastic SCM extensions file. Syntax: <expression>:<type>.
2021-04-13 16:47:26,713 DESKTOP-PARK\PARK WARN filters - PathValueMatcher:…3 votesNot a feature request.
-
Provide Comprehensive Documentation
Most of Plastic SCM's documentation exists in the form of blog posts and tutorials. It's scattered and incomplete.
Every command-line option, and every location and schema for every configuration file, should be documented online. Check out Docker's website - that's a great example to aspire to.
4 votesWe need more specific feedback to act.
We are trying to reduce the number of config files, and in fact, everything should be configurable from GUIs, which is what most users want (we also got requests saying, no, I don’t want to learn a config file). GUIs or WebAdmin.
So, maybe the setting you’re looking for (we don’t know which one it is) is not meant to be directly set on a config file, not sure.
Anyway, our official docs are available here:
https://www.plasticscm.com/documentation
Not a bunch of blogposts :-)
-
Share changeset colors in .conf file
Right now I have to set up the changeset colors again for each team member on every computer that I work on. Some of my team members don't know about the feature at all and don't dare touch the options.
I'd like to be able to store the colors in a .conf file for each project, so they're set up once and for all.
3 votesAs these settings are Windows only and they are already stored in a configuration file that can be shared among peers, we’ll decline this suggestion for now. Thank you for your feedback :)
-
1 vote
We have a “cm hist” command :-)
-
remove this annoying hint system
i am very annoyed by the new "hint" system. it keeps coming up and has no option to remove permanently. STOP THIS!
3 votesWe love the new hints because they help users discover new features.
There are not so many, they are all contextual, and they all can be quickly disabled by clicking “don’t show again”.
-
1 vote
Right click a file in pending changes, go to diff, and voila
-
I try to change a password and i get 404 error page
I try to change a password and i get 404 error page
1 voteSupport is a better place to these kind of issues :-)
-
Shelve for read-only xlink
It will be useful to have possibility to shelve changes made in "main" repository even if some of files which are changed are located in repository connected by read only xlink. Now shelve is treated in the same way as checkin and it is not allowed to do such operation
1 voteDuplicated
-
Better trigger support for CI
The issue currently seems to be that triggers are "global" in nature. What we need is a simple way to trigger scripts based upon the repository or branch (ala Subversion hooks style). Simply putting a "trigger.conf" file in the repo would be good enough.
Currently it's rather difficult to do something simple like trigger a specific job on Jenkins by committing to a repo, this is needed when you have 30 different projects with separate repositories all in progress at one time (and polling sucks).
1 voteYou can use a filter to link a trigger to a specific repo and branch. For instance:
cm mktrigger before-mklabel “label-bl-fix” “c:\tmp\triggers\label-bl-fix.bat” —filter=“rep:default,bl*,fix*”
You can check the details in the following link:
https://www.plasticscm.com/documentation/triggers/plastic-scm-version-control-triggers-guide.shtml -
add savety question before diff on main or other long branch
Sometimes when I want to double click a changeset on branch /main I miss it and instead hit the branch itself. What then happens is: plastic isn't useable for 10 minutes because main has A LOT of changes.
It would be nice if there was a "savfty" question when branches with a lot of changesets are diffed.2 votes -
Allow the ability to delete branches
I'd like the ability to delete branches. If the changes have been merged into another branches, keep them. Otherwise produce a STRONG warning that changes will be lost forever.
Use cases:
(1) Lots of branches on the server. When I sync some locally, I'd like to clean them up to remain organized.
(2) Abandoned branches and code that we no longer want. We'd like to prune them to keep our repo organized and focused.I fully understand that "deleting branches is not recommended".. however, that is a recommendation, not a rule. I should be able to accept the responsibility of…
3 votesYou can delete branches, if you delete all changesets inside it first.
Since destroying history is very dangerous, we think it must be a really special operation. We checked with many customers and actually deleting info this way is dangerous. If you delete all csets first, the it is clear you are doing exactly what you want. -
Branch Sync window for Mac same as Windows Version
Just want a branch syncing window for the Mac version that looks and behaves exactly like the Windows version. Very annoying to not understand how much data is travelling and at what speeds.
1 voteWe don’t want to add modal dialogs. All new code is trying to avoid them at all cost :-)
We can add more info to the panels in the Mac/Linux GUIs, but not dialogs.
-
cm find command to find parent changeset of empty branch
Preparation:
Create a new branch based on a specific changeset of an existing branch.
Lets assume the new branch is called 'test', the existing branch is called 'parent' and the changeset on branch 'parent' is 1234.There currently is no cm command to find that changeset number (1234) when the branch 'test' itself has no changesets.
cm find changesets where branch='test' will have 0 total changesets
cm find changesets where branch='parent' will have all changesets of parent, but you don't know which is the base line for branch 'test'
2 votes -
Accelerate conflict resolution in merge panel
Applying resolution to structural conflicts in the merge panel prior to "Process all merges" takes a long time, in the region of 10s per element. I don't see any technical reason for this to be so damn slow - please see if you can fix that. Often you have to redo a merge after something went wrong and every time you need to wait like forever in that step.
3 votesClosed in support. Was not an issue.
-
Plastic SCM lost all its settings and user settings when uninstalling Python
Plastic SCM lost all its settings and user settings when uninstalling Python.
Uninstalled Python 2.7 and Python 3.6 ( Work related ).
Then everything was lost in Plastic SCM, server, filters, colors.. everything.1 voteVincent, please contact support for an issue like this.
We don’t use Python at all in Plastic, so it is hard to understand. -
Code reviews should be syncronized between repositories
If one company has 2 repositories syncronized, because it has 2 headquarters and it speeds up the process, then reviews done in one repository is not reflected in the other, turning reviews useless in this sceneario. Ideally, like changesets, branches and so on, code reviews should be in sync too
1 voteCodeReviews are replicated, indeed.
The thing is that they do not show up in the sync view. Is that what you mean? If so, yes, we’ll consider this. -
1 vote
We already have before/after maklabel… and, there’s no difference right now (since Plastic 4) between applying a label and creating it. In fact, we must remove the apply label command.
-
Allow modify checkin comment on before-checkin trigger (VCS Commit Commands)
Allow modifying the PLASTIC_COMMENT environment variable from within before-checkin trigger process.
My particular scenario is to enable VCS Commit Comments integration in Teamcity with Youtrack. using branch-per-task, the branch name can be used to extract ticket ID..
for example .. for branch /main/yt_ADMINPORTAL-232 the ticket id is ADMINPORTAL-232... with this change, I'd create before-checkin trigger to modify the checkin comment by appending a line at the end:
my comments here...
ADMINPORTAL-232
3 votesNever heard back from the user :-(
-
A list of all branches on remote along would be helpful
The graphical branch view is fantastic, that said sometimes its helpful to see a list of all branches and the folders they are under. This is especially useful when using the gitflow model.
Introducing a view that shows a list of all branches and the folders they reside under would be very helpful.
Keep up the great work!
3 votesThanks Joseph!
Note taken!
I believe you are reporting this for gmaster instead of Plastic, and that’s why I’m discarding, but we are going to implement it :-) -
Please implement custom Checklis like the VCS in Rider
Custom Checklist is very useful if you can't setup files to ignore.conf or hidden_changes.conf
4 votesPlease check the following link where we explain how to use the Plastic SCM changelists feature.The user can group the changes (checkouts) in the Pending changes view on different groups called Changelists. Using changelists is just a way to help the users dealing with their own changes on their workspace.
- Don't see your idea?