535 results found
-
prevent merge to workspace containing changed items
Usually I would not like to group changes from a merge (rebase) with those from editing files (development). I would like to be prevented from making this mistake and checking it in before realising.
There is already a similar option when switching/updating the workspace: "Do not allow, show an error". Could it be extended to cover merges, or a new option added?
5 votes -
improvements searching for changesets in branch explorer
If you search for a changeset and it is not found, nothing happens. There could be several reasons:
1) the changeset does not exist
2) it is hidden due to 'display only relevant changesets'
3) it is a recent addition and you need to refresh the view firstIt would be helpful if a dialog was shown with the reason, with perhaps an option to do either 2) or 3) and then find it.
7 votes -
list changed files in branch explorer properties
It would be nice if there were a list of changed files for the selected changeset in the properties tab of branch explorer. This would be much quicker and more convenient than doing a diff changeset and facilitate general browsing. As panel width is limited, maybe only show the filename or put an elipsis at the start of the file path. There should be a context menu to diff the file.
35 votes -
TeamCity Plugin Customizable Workspace Name
Is it possible to specify the name of the workspace that is created for a build configuration when using Plastic 5.x with TeamCity 8.x? Currently a workspace is dynamically created with the name tc### where the number actually correlates to the primary key of the vcsroot_instance stored in the TeamCity configuration. What this means is that every time we update the parameter for the build configuration that contains the name of the Plastic branch we wish to use, Plastic tries to create a new workspace. This is a problem because the same folder is being used and already…
1 vote -
Hability to query file contents (grep-like)
It would be nice to be able to search database files for their contents, and accross history.
I am picturing a use case where a user would like to download the last changeset before a particular piece of source code was deleted, for instance. The user could search the repository for files containing that particular text, and the server would return the file names, and perhaps the first and last changesets where the text still appeared in the file.
6 votes -
Show attributes in branch tooltip
It would be great to see all attributes set on a branch somewhere else then the 'attributes' panel. Not I have to change the side panel from 'Properties' to 'Attributes' to see which attributes are set on a given branch.
To speed this up, it sure is nice to see attributes in the branch tooltip.
What you'd say about that?23 votes -
merge related improvements for pending changes view
After performing a merge it would be useful if the pending changes had some merge specific content:
1) show which files were merged entirely automatically and which required manual intervention. Currently the 'Status' column shows "Replaced / Merge from ..." or "Checked-out / Merge from ...". I'm guessing the replaced corresponds to files that only changed on the source and checked out is for both manual and automatic merges?
2) Provide menu items for comparing the merged file (workspace revision) to one of: base, source, destination. Currently "Diff revisions..." defaults to the last but does not make it easy to…
24 votes -
Implement facility to undo, then re-write a previous commit, as multiple commits
I'd like to be able to split existing changesets, similar to what is possible with 'git rebase'.
Mostly this is useful for preparation for cherry-picking some functionality that is needed on more than one branch.
I'm not suggesting that you necessarily inflict something as complexed as 'git rebase' in plastic.Instead it might take the form of:
A. Do a subtractive merge of the commit I want to split. Allow me to then re-merge the subtractively merged commit, without generating any merge links, over the current changeset (or maybe invent some kind of new merge link that visually indicates this…
9 votes -
Make the listlocks command use lock.conf configuration
Currently, the listlocks command doesn't use what's configured in the lock.conf, making it confusing when using an external lock server. See this thread for more info : http://www.plasticscm.net/index.php?/topic/2064-exclusive-checkout-in-dvcs-configuration/#entry13367.
6 votes -
show branch name in workspace tab tool-tips
Currently the tool-tip shows the workspace path. All my workspaces are in a common directory so this isn't very useful to me. Knowing what branch it selects before switching to it would be.
5 votes -
Tabs groups / Project managment
It would be really handy to be abble to manage groups of tabs like in some "projects groups".
It would allow on left navigation panel to create/select "groups" and it would display a set of tabs (like last openned in this group).We are managing tens of projects and have often several repo for each. At this time we're only abble to see first character of each tab name and have to scroll most of the time.
At least several rows of tabs would be a first step of improvement :)
Jean-Luc REY
7 votes -
Amend commits
As git user, more than once i find the need to fix something added to a comit, using the --amend parameter. It would be great to have this feature on plasticscm, because otherwise i end with
D - E - F
\
A - B - C - Fixes C105 votes -
Additional Pending Changes Functionality
I would like to have the ability to compare the current workspace, including pending changes, against a custom checkin. This is useful if I need to revert specific changes made in a branch back to mainline, and I want to see if the reversions I've made have been effective before checking in the code.
3 votes -
Show full history of an item in History view (and History as 2D tree)
The History view and History as 2D tree view do not contain merges affecting the item and do not show any reverts. Therefore those views are not really a history, but only a list of different variants of the item existing in the history.
See comments for a deeper explanation.46 votes -
Too general confirmation message when deleting an object
Whenever you try to delete a repository, workspace, an attribute etc., you have to confirm that operation. But the confimation message box does not tell you what you are actually deleting. At that point I always click "No" to abort the operation, make sure I really selected an appropriate item and then attempt deletion once again.
It would be better if that kind of messages named the object being deleted. The infomation like "Deleting 1 object(s)" causes a risk of deleting something else than the user really expects.
8 votes -
Branch Explorer: option to display branch owner
What do you think about adding an option to display branch owner next to each branch*? It would give us an overwiew of which people are working on a given project at a given moment. In our company the branch owner is almost in all cases the person that performs the task associated with the branch.
- I know the information is available in branch properties, but the thing is that we need a more general view without having to select branch to see its owner.
4 votes -
add branch explorer menu to 'Branches' tab
It would be useful to add the various 'Show selected branches ... in diagram' from the 'Branch Explorer' tab as a context menu to the table of branches on the 'Branches' tab.
It can be hard to find the branches of interest in the explorer, but the filter for the table view makes this much easier. The table already helpfully maintains your current selections when you change its filter, so it is easy to build up the group you want.
24 votes -
collapse all in branch diff
I just checked out the latest feature: showing merge information in branch diff. Very nice ;)
One little improvement would be a “collapse all” button, as my branch is kind of old and shows a lot of merges.5 votes -
Add Image List to the workspace tab control
Add Image List to the workspace tab control using the images from the actions to indicate the function.
On Branch Explorer tabs then show just the repo information text vs "Branch Explorer for repository..."
Given Xlinks in a project I may have 3 or 4 Branch Explorers open at a time and the tabs all say "Branch Exporer f..."
6 votes -
compare contents as well as timestamps for changed status
Currently the option is instead of timestamps. It would be faster just to check the contents if the timestamps don't match (unless it already does and this is just a labelling issue).
10 votes
- Don't see your idea?