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 108577

Summary: interaction with cygwin svn client
Product: versioncontrol Reporter: Tomas Stupka <tstupka>
Component: SubversionAssignee: issues@versioncontrol <issues>
Status: RESOLVED WONTFIX    
Severity: blocker CC: tbrunhoff, tgiunipero
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Tomas Stupka 2007-06-30 21:03:04 UTC
it's impossible to use the subversion module together with a cygwin cmd line client. Because running on windows the
netbeans svn module passes the svn commands in a format the cygwin client doesn't seem able to process.

it would be nice to know what's the client ("pure" windows, or cygwin) on the cmd line to give at least a undestandable
error message. 

maybe having an option for this, so the user could specify what client he has installed, would be the solution. The svn
module could the work as if running against a linux shell.

see also issue #108069
Comment 1 Tomas Stupka 2007-07-02 17:51:42 UTC
*** Issue 108536 has been marked as a duplicate of this issue. ***
Comment 2 Tomas Stupka 2008-01-02 08:59:59 UTC
*** Issue 124537 has been marked as a duplicate of this issue. ***
Comment 3 Daniel Blaukopf 2008-01-02 10:55:01 UTC
Is it documented that NetBeans subversion support does not work if Cygwin is installed? If not, can we have a note to
that effect on subversion.netbeans.org? It took me a long time to figure out what the problem was.
Comment 4 Tomas Stupka 2008-01-02 12:22:02 UTC
agree. the faq and the online tutorial seem to be good candidates

Comment 5 Troy Giunipero 2008-01-10 15:51:16 UTC
I've added a brief note to the tutorial:  

http://www.netbeans.org/kb/60/ide/subversion.html

(Note that changes should be visible by 11.1)
Comment 6 Tomas Stupka 2008-01-19 06:31:09 UTC
*** Issue 124343 has been marked as a duplicate of this issue. ***
Comment 7 Peter Pis 2008-08-18 11:47:13 UTC
*** Issue 144021 has been marked as a duplicate of this issue. ***
Comment 8 Tomas Stupka 2009-12-08 10:17:57 UTC
we won't support this - doesn't seem to be that much in demand anymore
Comment 9 clausb 2010-04-24 08:38:57 UTC
Ran into this recently and debugged into it. Bottom line:
   * NetBeans passes paths in Windows notation, i.e. using
     backslashes and drive letters
   * The Cygwin version of svn.exe expects forward slashes
     and (in some cases) /cygdrive/d/... instead of d:/...

Details can be found at http://www.clausbrod.de/Blog/DefinePrivatePublic20100424NetBeansVersusCygwin. I also
posted a debugging/interceptor tool there which I used to learn about the interaction between the IDE and svn.exe, and to tweak paths as they are sent from NetBeans to svn.exe.
Comment 10 Ondrej Vrabec 2010-05-09 06:05:39 UTC
*** Bug 185790 has been marked as a duplicate of this bug. ***