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 230848 - Let me 'Open' and 'Diff with HEAD' a file in Search History
Summary: Let me 'Open' and 'Diff with HEAD' a file in Search History
Status: NEW
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 7.3
Hardware: PC Linux
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-06 11:28 UTC by tomzi
Modified: 2013-12-04 13:26 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 2013-06-06 11:28:56 UTC
Let me 'Open' the file in editor and 'Diff with HEAD' a file in Search History
This would be very helpful

Product Version = NetBeans IDE Dev (Build 201306052301)
Operating System = Linux version 3.8.0-23-generic running on amd64
Java; VM; Vendor = 1.7.0_21
Runtime = Java HotSpot(TM) 64-Bit Server VM 23.21-b01
Comment 1 Ondrej Vrabec 2013-06-06 11:45:03 UTC
Are you talking about Search History (Subversion -> Search History) or the History view (the history tab in file's editor)?

If about Search History...
"Open" should be already available: right-click and select View -> opens the file in editor

"Diff with HEAD" - are you sure you do not want rather:
- select a file in revision X
- shift-select a file in revision Y
- right-click and select Diff ? That would probably switch to the diff view and show you the diff of the file in the selected revisions. It's the same as if you switch to the Diff view and select the file from both revisions.
Comment 2 tomzi 2013-06-06 13:22:18 UTC
Yeah - I know - but I'd also like to open the current revision from this view
Comment 3 tomzi 2013-06-06 13:30:26 UTC
reg. "Open" should be already available
'View' only opens the source code of this revision 
'Open' should open the source code found in the current project

reg. "Diff with HEAD"
In the 'Search History'(Summary) view it is really hard to do what you suggest, since you have to find exactly the same file in a different revision first - I'd rather have a 'Diff with all previous revisons' where I get a view with only this file and all revisions from until now.

But the most important feature her is - What did change from this revision on until now - since I want to do a code review - which is not easily possible right now from the 'Search History' (Summary) view
Comment 4 Ondrej Vrabec 2013-06-06 14:06:55 UTC
got it. thanks for the explanation. I will hopefully get to it in the next release.