Skip to content

General

General

Categories

JUMP TO ANOTHER FORUM

307 results found

  1. 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 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  2. 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
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    completed  ·  1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  3. This info is missing from both the label list and the trigger.

    The only way to get the branch name from a label is to perform a two step operation: Check on which changeset it is set and then look for that changeset branch (in the changeset list).

    21 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  4. There should be user defined views for the Branch-Explorer. Much like the coditional format thing.

    You add some rules (more than one possible) to a view on which branches you want to see in that view. Maybe these views should be serverwide and not bound to a single user.

    In the Branch-Explorer you can select a view and see all branches matching the defined rules for this view.

    This is a extension to you branch visibility system. But with multiple definitions to easily switch between them.

    16 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  5. Make the destination file in the diff tool editable (within pending changes view). Add a possibility to undo changes one by one.

    http://www.plasticscm.net/index.php?/topic/1186-editable-diff/

    89 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  6. I often want to diff changesets on different branches in the branch explorer. If I select a changeset and then "Diff with other changeset..", I would expect to just click on another changeset in the tree, rather than having to work out what its number is and then select that number from a list. I've discovered that I can Ctrl-Pick two changesets and then diff them using "Diff selected changesets", but that's less obvious.

    12 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  7. 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 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  8. One of the main advantages of PlasticSCM is in the number of steps required to accomplish a task. To leverage this further, I would suggest the following:
    1. Allow the user to customize the order of commands in the right-click menu, or learn the ones he uses most and position it at the top.
    2. Allow the user to add commands in the menu, either ones which are already supported in other contexts or NEW ones, customized by the user to perform/run a specific script (at the client or the server).

    I think this will open up great possibilities beyond…

    22 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    Hi!

    We’re happy to inform you that Plastic SCM now supports adding custom menu entries for many of its views. This new entries will run a command related to the currently selected object. To find out how this works and its many possibilities, please go to the corresponding release notes page: https://www.plasticscm.com/download/releasenotes/6.0.16.1486

    Thank you all for your great feedback and support!

    Regards,
    Miguel

  9. Allow scrolling with a mouse wheel in a Branch Explorer. Maybe with CTRL or SHIFT modifier. (Both zooming and scrolling with a mouse wheel is useful.)

    10 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  10. 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>TC
    LGN0401Test</Name>
    <Assembly>E:\Atin\POC\ExamDesign\Feb23\Newfolder\ExamDesign\bin\Debug\ExamDesign.dll</Assembly>
    <TestToRun>ExamDesign.CompleteCandidateScript.TCLGN0401Test</TestToRun>
    <Machine>$agent
    host: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.TC
    LGN0402Test</TestToRun>
    <Machine>$agent_host:8081</Machine>
    <TestParams>
    <string>1</string>
    <!-- sleep time in seconds -->
    </TestParams>
    </TestConf>
    </Tests>
    </ParallelTest>

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  11. I prefer the modify-commit scenario, and the majority of the projects and tools I use behave ok like that. However a couple of tools I use absolutely require the checkout-modify-commit (through SCC interface) . It is error-prone and annoying to have to change this option just when switching workspaces.

    Ideally perhaps this should be configurable on a repository, ideally on a subtree, or even per file. as the project administrator can then protect the source code from attempts to get the mode wrong. On important binary files that cannot be merged, this could have serious consquences if a developer does…

    3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  12. The current integration doesn't work perfectly with Plastic 4.1 and TeamCity 7.1. See this thread for instance: http://www.plasticscm.net/index.php?/topic/1152-teamcity-plugin-run-build-with-specific-cs-not-working/

    50 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  13. Add better context menu for files when diffing changesets. Especially open or diff in external tools and history is needed.
    Diffing pictures inside this window would be great too.

    http://www.plasticscm.net/index.php?/topic/1196-context-menu-in-diff-changesets/

    31 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  14. The current integration to OnTime does not work with Ver 13.x. Moving to the newly released OnTime API should allow for support to hosted and on Prem deployments of the most recent versions.
    http://www.plasticscm.net/index.php?/topic/176-plasticscm-and-ontime/

    9 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  15. 7 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  16. Highlight (e.g. in bold) the current loaded revision in an item history, and similarly the current changeset in changesets view and the current branch in branches view.

    40 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  17. Sometimes it would be nice to see what changeset the workspace of other users is on.

    We have a repository called TOOLS which holds some very important tools for development. These tools change once in 6 months or so... nobody checks his tools workspace every day to see if it's up-to-date.

    So it would be nice to see in branch explorer where the workspaces of other useres standing. Then other useres see that my workspace isn't up-to-date and may notify me.

    If it's performance relevant it could be a new display option.
    Maybe a little number is displayed near an…

    3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  18. 7 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  19. Would be really nice to be able to just right-click on a file in the Item list view on the Pending Changes screen and select an option to "Undo pending changes"...as opposed to the way the system currently forces you to undo changes, which is to "check" the file(s) you want to undo changes for, and then click the "Undo changes" button on the toolbar.

    29 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  20. Every workspace shows up as a tab in the plastic client. I would like to be able to close unused ones without getting rid of workspaces.

    6 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  • Don't see your idea?