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 124537 - Cygwin's svn.exe confuses NetBeans
Summary: Cygwin's svn.exe confuses NetBeans
Status: RESOLVED DUPLICATE of bug 108577
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-31 17:03 UTC by Daniel Blaukopf
Modified: 2008-01-02 09:00 UTC (History)
0 users

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 Daniel Blaukopf 2007-12-31 17:03:27 UTC
When Cygwin's svn.exe (1.4.5 r25188) is the first svn.exe in the PATH, NetBeans does not display diffs correctly. This
manifests itself in the following ways:

1. Files show a vertical green bar in the editor along the whole length of the file, no matter how much of the file has
been changed.
2. A diff on the file in NetBeans claims that all the content of the file is new. It makes no difference whether the
internal or external diff utility is used.
3. The file .svn/text-base/*.netbeans-base for edited files is always empty

Installing subversion from http://subversion.tigris.org/project_packages.html and putting it first in the PATH resolved
the problem.

An "svn diff" using cygwin's command-line svn.exe gives the expected results, so it looks like this could be a problem
in how NetBeans parses the output of svn.exe.

Similar but not identical problems have been noted
here: http://wiki.netbeans.info/wiki/view/SubversionCygwin
and here: http://www.nabble.com/XML-file-always-showing-modified-via-SVN-Module-to9035663.html
Comment 1 Tomas Stupka 2008-01-02 09:00:00 UTC
Hi,

the cygwin client isn't supported yet. see also issue #108577

*** This issue has been marked as a duplicate of 108577 ***