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 87398

Summary: Add notification what happened to versioned files/folders
Product: versioncontrol Reporter: novakm <novakm>
Component: SubversionAssignee: issues@versioncontrol <issues>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 89590    

Description novakm 2006-10-18 12:53:40 UTC
It would be nice if I knew what happened to files/directories listed in
Subversion -> Search <project_name> history -> Summary/Diff. I mean to add there
whether they were Modified, Added, etc. Just like the letter before changed
paths in output of svn log -v ...
  When you see some folder in history, you don't know if whether was added or
deleted and this would solve the problem as well as it would make easier to
orientate quickly in history.
Comment 1 Peter Pis 2006-10-23 10:07:03 UTC
Agree, it's really helpful.
Comment 2 Tomas Stupka 2007-02-06 13:07:29 UTC
fixed 

Checking in SummaryView.java;
/cvs/subversion/main/src/org/netbeans/modules/subversion/ui/history/SummaryView.java,v
 <--  SummaryView.java
new revision: 1.10; previous revision: 1.9
done
Comment 3 novakm 2007-03-21 11:27:52 UTC
Verified.