This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 203023 - Make Rows in 'Show Changes View' customizable, add '
Summary: Make Rows in 'Show Changes View' customizable, add '
Status: NEW
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 7.0.1
Hardware: All All
: P3 normal with 1 vote (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-04 07:01 UTC by tomzi
Modified: 2012-06-29 22:22 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description tomzi 2011-10-04 07:01:17 UTC
Add user, time, message similar to 'Search History'.

This would be very helpful to get a quick overview, who changed what :)

---
Product Version = NetBeans IDE 7.0.1 (Build 201107282000)
Operating System = Windows 7 version 6.1 running on amd64
Java; VM; Vendor = 1.7.0
Runtime = Java HotSpot(TM) 64-Bit Server VM 21.0-b17
Comment 1 Ondrej Vrabec 2011-10-04 07:11:45 UTC
I don't know. The view is intended for overview of your local changes mainly, so the fields would probably be filled with your name.
BTW, do you know that you can display this information as a file label in projects view? Tools -> Options -> Misc -> Versioning -> Subversion and clicking on Add variable allows you to specify what tags you want to see.
Plus, the fields you request are available via Subversion -> Versioning info from the context menu in the Versioning view. Isn't that enough?
Comment 2 tomzi 2011-10-04 11:37:39 UTC
Well, I am mainly interested in the 'Last changed author' flag and also the 'message' for 'Remotely modified' files.

My Usecase is, that before I actually update to the newest version I want to see the changes that are coming in and go through them as a quick codereview. For that I'd be interested in all changes for one user, so I can go and check with him quickly -> that's why a row for 'user' would help
The row for the 'message' would give me a quick info on what was changed
Comment 3 seankong 2012-06-29 22:22:03 UTC
I agree. I like to see the same information quickly before I update my projects. 
This is another thing I like about eclipse.

(In reply to comment #2)
> Well, I am mainly interested in the 'Last changed author' flag and also the
> 'message' for 'Remotely modified' files.
> 
> My Usecase is, that before I actually update to the newest version I want to
> see the changes that are coming in and go through them as a quick codereview.
> For that I'd be interested in all changes for one user, so I can go and check
> with him quickly -> that's why a row for 'user' would help
> The row for the 'message' would give me a quick info on what was changed