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

Summary: Cygwin's svn.exe confuses NetBeans
Product: versioncontrol Reporter: Daniel Blaukopf <blaukopf>
Component: SubversionAssignee: issues@versioncontrol <issues>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

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 ***