307 results found
-
Remove from ignored list improvement
Wenn I try to remove a rule from the ignore list for a file - let's say for example file "C:\somepath\file.ext" - I get three options to choose from
*.ext
file.ext
C:\somepath\file.ext
After that I can choose to apply this rule globaly which makes it 6 possible options to remove a rule which plastic should already know, because it marks the file as ignored, so it should know which rule is the one causing this. And if there is more than one rule show me the options to remove them. I just don't like the fact that I have to…3 votesAs Miguel pointed out, a new upcoming feature will improve the rule handling. Please, stay tuned to the next public release announcements. We’d be delighted if you could try it out and give us some feedback.
Thanks!
-
'cm checkin' should list files actually checked in
You get some idea of what happened:
'Uploaded 30.92 KB of 77.45 KB (39.92%)'
seems to appear once for each file.Paths to the files uploaded would be more useful and confirm you have done what you wanted to.
3 votes -
WebUI - Configure list of RSS Feed files to show in a frame
I have recently implemented the check-in trigger to create an RSS xml file, but have no way to display those to users for subscribing.
As an WebUI administrator, I would like to be able to configure a list of RSS feed files (URLs) to display as part of the WebUI interface so that users can select which feeds they would like to subscribe to or copy the URLs into their RSS reader instead of having to manually notify (and remind) users that the commit history/notification is available.
3 votes -
Option to show diff veiw in new window instead of new tab
Almost every time I perform a DIFF and am done viewing the results, I close the Plastic GUI, expecting to only close the DIFF portion when using the integrated DIFF feature instead of the External Diff program.
As a user convenience feature, it would be nice to have as an option to open the internal diff view as a new window (instead of a tab) so that when closing the window the entire GUI is not closed. This would make the workflow of interacting with internal and external DIFF applications consistent.
3 votesGo to preferences, then diff tools, then select the suffix for text files and there you can choose from “embedded diff viewer” (default) and “plastic scm diff tool”. Choose this one and your problem will be solved :)
-
Add an option to the right click menu on a repository to Create Workspace
From the repository screen add "Create Workspace" as an option that will populate the repo with the selected item. in the new workspace dialog.
12 votesDone :-)
-
Put Added and private items at the end of a Pending changes list
Added and private items behave differently than all other three types of changes (Changed, Deleted, Moved). They are not really changes, actually. I think they should be separated more clearly. Now, it is not so easy to understand why Added and private items do not respond to Undo changes (http://www.plasticscm.net/index.php?/topic/1251-updated-list-of-feature-requests/) and on the other side it is easy to overlook some deleted or moved items which are listed bellow Private items (http://www.plasticscm.net/index.php?/topic/1291-some-ux-issues/#entry8989).
50 votesHi!
I’m happy to announce that this idea was successfully integrated in Plastic SCM version 6.0.16.1459 :-) We hope you’ll enjoy it!
Thank you for your outstanding feedback!
Regards,
Miguel -
Sort a history of checkin comments by the datetime of latest (re)using
There is a list of most recently used checkin comments in a Pending changes view. However if I reuse one of the comment in the list, its position in the list is not changed. I wish it jumped to the first position on the list again.
5 votesCompleted in the new Plastic SCM 4.1.10.454.
-
Fix text selection
Selecting a text in Plastic (in Merge tool, diffs, Annotate) is different than in other applications as described here:
http://www.plasticscm.net/index.php?/topic/1291-some-ux-issues/#entry8989
Make text selection to be aligned properly, please.13 votesIt will be public in the next Plastic SCM release
-
diff rebased branch
The 'Diff branch' option compares the latest changeset on a branch to the branch's creation point. If the branch has been rebased, this includes lots of unrelated changes. I really only want to see changes made directly on the branch (code edits), or changes due to merging in an unrelated 3rd branch. It is quite awkward to navigate branch explorer to select the appropriate changesets to compare, but this does give the desired result. 'Branch properties' is aware of rebases (cf. plain merges).
Could you either update 'Diff branch' to take account of rebases, or provide another convenience option. A…
5 votesPlease take a look to the new 4.2 or 5.0 versions. There you can see that the diff window has a “clean differences” button that does exactly what you are looking for.
-
25 votes
-
An option to retain the file date when a source file is checked in. As opposed to current date or repositiory date.
Currently, when you check a source file in, it is stored with the current date or the repository date (except when you are adding a source for the first time). I need an option to keep the existing file timestamp so that I can match my source files to my executables.
5 votesWhile this is a dangerous option, we just added cm ci —date as an option to help during imports.
-
Show merges in file history and 2D history
The historical analysis where a file has changed is not really complete withouth displaying merges. Now if a file is changed is sub-branch and merged back to its pareent branch at some point, this is not visualized in any way. More on this
http://www.plasticscm.net/index.php?/topic/1741-merge-not-displayed-neither-in-file-history-nor-in-file-2d-history/22 votes -
Allow client triggers to be run from a workspace
Say you put them in a "triggers" folder, you would simply register them using a parameter, e.g
cm mktr before-clientcheckin "bob" "$workspace\triggers\checkin.py"
The $workspace would be substitued by whichever workspace caused the trigger to fire. The only exception to this would be "before-mkworkspace", since the trigger would be inaccessible.
6 votes -
Allow user to change workspace tabs during an update operation
In the gui, if you create a new workspace and then update it, it is impossible to select a different workspace tab until the update is complete.
32 votesHappily closing this as it was implemented in Plastic 6.0 :)
-
Create a master conditional format that can be pushed from the server to all users
Each user in our organization has to set up their own conditional format rules. We would like it if there was a way to set this up once, and push it to all of the other users.
63 votes6.0.16.857 done!
-
New display filter in "BranchExplorer",
Under "BranchExplorer", introduce a new option under "Display Options" to filter out branches by user name.
15 votes -
Branch explorer: option to display the branch name only or the full branch path
It would be nice if there is an option in the branch explorer (display options) to switch between "branch name only" (name) and "full branch path" (main/branch1/.../name).
For higher level branches the name (full path) may be too long.
12 votesThis feature will be available in the upcoming release 4.1.10.450
-
Move changesets to different branch
Oops I wanted these changes on that branch. Why not just let me move them?
131 votesWe are very, very happy to close the TOP 1 UserVoice request :-)
-
Diffs in TeamCity
Now, TeamCity plugin is unable to download a specific version of a file. I try to view changes of a file and this error message appears: Error getting file contents: The specified revision was not found
8 votesNot reproducible anymore :)
-
Issue in PNUnit
Hi,
I tried to run the multiple tests in parallel with PNunit, i configure the .conf file , below is the code of .conf file when I ran the ''pnunit-launcher test.conf" command it shows that "could not find the test":
<!-- Parallel Test on a single agent - no barriers -->
<ParallelTest>
<Name>ParallelTests</Name>
<Tests>
<TestConf>
<Name>TCLGN0401Test</Name>
<Assembly>E:\Atin\POC\ExamDesign\Feb23\Newfolder\ExamDesign\bin\Debug\ExamDesign.dll</Assembly>
<TestToRun>ExamDesign.CompleteCandidateScript.TCLGN0401Test</TestToRun>
<Machine>$agenthost:8081</Machine>
<TestParams>
<!-- sleep time in seconds -->
<string>2</string>
</TestParams>
</TestConf>
<TestConf>
<Name>TCLGN0402Test</Name>
<Assembly>E:\Atin\POC\ExamDesign\Feb23\Newfolder\ExamDesign\bin\Debug\ExamDesign.dll</Assembly>
<TestToRun>ExamDesign.CompleteCandidateScript.TCLGN0402Test</TestToRun>
<Machine>$agent_host:8081</Machine>
<TestParams>
<string>1</string>
<!-- sleep time in seconds -->
</TestParams>
</TestConf>
</Tests>
</ParallelTest>…
1 voteAnswered eons ago.
- Don't see your idea?