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 207751 - [SVN 1.7] Diff doesn't show SVN properties in Locally Modified mode
Summary: [SVN 1.7] Diff doesn't show SVN properties in Locally Modified mode
Status: NEW
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 7.1
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on: 203752
Blocks:
  Show dependency tree
 
Reported: 2012-01-25 17:16 UTC by Stepan Zebra
Modified: 2012-02-29 17:00 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stepan Zebra 2012-01-25 17:16:22 UTC
[this behavior occurs only with SVN 1.7 client]

Product Version: NetBeans IDE 7.1 (Build 201112071828)
Java: 1.6.0_30; Java HotSpot(TM) Client VM 20.5-b03
System: Windows 7 version 6.1 running on x86; Cp1250; cs_CZ (nb)

When I set some files to be ignored, or generally add some SVN properties, and then invoke Diff on a the project, I can't see those properties there when in Locally Modified Mode. I can see them only when I switch to Both Locally and Remotely Modified mode.
Comment 1 Ondrej Vrabec 2012-02-07 14:49:15 UTC
i cannot fix it till 7.1.1
Comment 2 Stepan Zebra 2012-02-08 10:41:43 UTC
Another observation from Diff Locally Modified mode:
Newly created files are opened into *editable* Diff View in this mode. Read only Diff View has been used for new files so far.
The Textual diff is different in this mode than it used to be on 1.6 and that is in Both mode. The diff looks like the file was only modified, not newly created.
Comment 3 Ondrej Vrabec 2012-02-29 15:40:21 UTC
> Newly created files are opened into *editable* Diff View in this mode.
That's correct, isn't it?
> Read only Diff View has been used for new files so far.
I don't think so.
> The Textual diff is different in this mode than it used to be on 1.6 and that is in Both mode. The diff looks like the file was only modified, not newly created.
right, i'll fix that
Comment 4 Ondrej Vrabec 2012-02-29 15:49:13 UTC
> The Textual diff is different in this mode than it used to be on 1.6 and that is in Both mode. The diff looks like the file was only modified, not newly created.
fixed in http://hg.netbeans.org/core-main/rev/f9c7bc4c41fd
Comment 5 Stepan Zebra 2012-02-29 17:00:33 UTC
(In reply to comment #3)
> > Newly created files are opened into *editable* Diff View in this mode.
> That's correct, isn't it?
> > Read only Diff View has been used for new files so far.
> I don't think so.
Yes, this is actually correct as it is. I was confused, because there was diff highlighting and replace buttons (in Graphical diff on 1.7) as if the file was only modified, which is very closely related to this:
> > The Textual diff is different in this mode than it used to be on 1.6 and that is in Both mode. The diff looks like the file was only modified, not newly created.
> right, i'll fix that
And that's actually very bad and incorrect description.
But looking at the fix, I think that you decoded correctly what I meant...
Proper description would be that, no matter which svn version is used, the diff in Both Mode is:
--- No Base Revision
+++ Locally New
While in Local Mode it is:
--- Locally New
+++ Locally New
And the only difference on 1.7 is that the Graphical diff is rendered with highlighting and buttons in Local Mode. Textual diffs looks same on 1.6 and 1.7.