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 196575 - SVN filter
Summary: SVN filter
Status: NEW
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 7.0
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-11 09:47 UTC by alabme
Modified: 2011-03-14 07:28 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 alabme 2011-03-11 09:47:45 UTC
In my work we often do merge between two branches. 
Most of it required that I merge only my files. Netbeans provides this in "Merge Form: On Repository Folder" and it is very nice. But, when i choose "show changes" on merged branch i see not only my files but many others. 
Those files has not changed content at all but they has changed mergeino porperty.

NOW: I need a filter (or search panel) that would allow me to select my files, in "show changes" view, with differing content of those that have a changed property mergeinfo only, so I could do commit in nice and easy way.
Comment 1 Tomas Stupka 2011-03-11 13:28:56 UTC
 hm, a possible workaround for you would be:
open the diff view for a context -> sort by the property column -> multiselect files w/o the mergeinfo prop -> righ-click the selection -> commit
Comment 2 alabme 2011-03-14 07:28:00 UTC
(In reply to comment #1)
>  hm, a possible workaround for you would be:
> open the diff view for a context -> sort by the property column -> multiselect
> files w/o the mergeinfo prop -> righ-click the selection -> commit

Hm, in diff view files are always listed twice, so I would see the same file with mergeinfo property (after) and without it (before), so it does not help at all.