SVN 1.7+ in Netbeans 7.0

netbeanssvntortoisesvn

I have a project that uses totoiseSVN. Before upgrading it to 1.7 version all works fine, but when I upgrade tortoiseSVN to 1.7 version it gives me an error when I try to commit or to show history log or to update:

org.tigris.subversion.javahl.ClientException: Unsupported working copy format
The path 'C:\Users\user\stuff\myApp' appears to be part of a Subversion 1.7 or greater
working copy.  Please upgrade your Subversion client to use this
working copy.

As I know if my system has toriseSVN installed Netbeans uses it by default. Also I have read that .svn directory is located only in the root(as in my case) of project(working copy) in svn 1.7+. So why netbeans tells me that I have to upgrade the svn client as I already have the newest version

Best Answer

Enable Command line switch in your application shortcut/execution path:

-J-DsvnClientAdapterFactory=commandline

Example

“C:\Program Files\NetBeans 7.0.1\bin\netbeans.exe” -J-DsvnClientAdapterFactory=commandline