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 83953

Summary: subversion 1.3.x (module for NB) is not working on Mac OSX
Product: versioncontrol Reporter: mm <mm-nb>
Component: SubversionAssignee: issues@versioncontrol <issues>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P1    
Version: 5.x   
Hardware: Macintosh   
OS: Mac OS X   
Issue Type: DEFECT Exception Reporter:

Description mm 2006-08-31 18:28:08 UTC
This is a message I get any time I try to connect to my local subversion repositary:

org.tigris.subversion.svnclientadapter.SVNClientException: NetBeans Subversion support requires 
Subversion 1.3 executable!
Install Subversion 1.3 (http://subversion.tigris.org) or later,
add it to PATH,
test by running 'svn --version' from command line, and
finally restart the IDE, please
	at org.netbeans.modules.subversion.client.UnsupportedSvnClientAdapter.unsupported
(UnsupportedSvnClientAdapter.java:44)
	at org.netbeans.modules.subversion.client.UnsupportedSvnClientAdapter.setConfigDirectory
(UnsupportedSvnClientAdapter.java:383)
	at org.netbeans.modules.subversion.client.SvnClientFactory.createSvnClientAdapter
(SvnClientFactory.java:184)
	at org.netbeans.modules.subversion.client.SvnClientFactory.createSvnClient(SvnClientFactory.java:
122)
	at org.netbeans.modules.subversion.Subversion.getClient(Subversion.java:186)
	at org.netbeans.modules.subversion.ui.wizards.repositorystep.RepositoryStep
$RepositoryStepProgressSupport.perform(RepositoryStep.java:161)
	at org.netbeans.modules.subversion.client.SvnProgressSupport.performIntern
(SvnProgressSupport.java:69)
	at org.netbeans.modules.subversion.client.WizardStepProgressSupport.performInCurrentThread
(WizardStepProgressSupport.java:53)
[catch] at 
org.netbeans.modules.subversion.ui.wizards.repositorystep.RepositoryStep.validateBeforeNext
(RepositoryStep.java:90)
	at org.netbeans.modules.subversion.ui.wizards.AbstractStep.validate(AbstractStep.java:132)
	at org.openide.WizardDescriptor$5.run(WizardDescriptor.java:1119)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:499)
	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:932)


I have subversion 1.3.2 installed in /usr/local/bin and it is in my PATH (I even sym-linked it to /usr/
bin) but NB5.5 still gives me this error.
Comment 1 Tomas Stupka 2006-08-31 18:35:15 UTC
looks lke a duplicate.
feel free to reopen if you don't get rid of the problem as described in issue #76278

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