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 254583 - Allow to compare updated files with previous version from 'Versioning Output'
Summary: Allow to compare updated files with previous version from 'Versioning Output'
Status: NEW
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 8.0.2
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-21 09:08 UTC by SebastianZ
Modified: 2015-09-24 06:19 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 SebastianZ 2015-08-21 09:08:58 UTC

    
Comment 1 SebastianZ 2015-08-21 09:17:22 UTC
Sorry, hit Enter too fast.

In the 'Versioning Ouput' view the updated files get listed. Currently it is hard to see which parts of the files got updated. You need several steps to do that and you need to repeat those steps for each file.

To simplify this, it should be possible to compare the fetch version with the last revision of that file from within the 'Versioning Output' view.

This could be done by adding a new context menu entry 'Compare with previous revision'. Even better would be if the comparison view would be opened by double-clicking the entry in the list. Currently this action opens the file.

Sebastian
Comment 2 SebastianZ 2015-09-24 06:19:38 UTC
(In reply to SebastianZ from comment #1)
> This could be done by adding a new context menu entry 'Compare with previous
> revision'. Even better would be if the comparison view would be opened by
> double-clicking the entry in the list. Currently this action opens the file.

What I missed to write was that this action should call the comparison to the revision of the working copy before the update, which may not always be the same as the direct precedent revision.

Sebastian