Display file version in the pending changes view
What do you think about adding an extra column to the pending changes view, to display file version? When we merge a branch into the main one, we always start the check-in comment with the exe/dll file version. We do that to be able to find historic revisions of our projects based on file version.
And if it isn't too time consuming to implement, such column would also be useful in the file history view.
Discarded as pointed by the submitter :)
-
Mariusz Schimke commented
I have recently written i tiny tool that copies file version to clipboard. I added it to custom open tools in PlasticSCM preferences. That satisfies our needs, so my suggestion above is currently of little importance.
-
Mariusz Schimke commented
Exactly.
-
Do you mean the Windows file extended attribute saving the "file version"??
-
Mariusz Schimke commented
@JakubH Thanks for the info. I upvoted your post.
-
Mariusz Schimke commented
...or at least a tooltip over binary files to display file details with version included?
-
JakubH commented
That might be possible if Codice implemented the following suggestion:
https://plasticscm.uservoice.com/forums/15467-general/suggestions/3532098-customizable-columns
Then you could store a file version into an attribute and setup a column with this attribute. (The attribute may be set automatically according to a checkin comment using a checkin trigger).