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
Setting -J-DsvnClientAdapterFactory=commandline
option and including svn executable in your PATH
system variable is enough to solve this problem.
You can set the option by doing this in a way described by tpae OR by adding this option to netbeans_default_options
property in <netbeans_dir>\etc\netbeans.conf
file.
Netbeans uses the command line client. You still have an 1.6.x version of the command line client somewhere in your PATH env variable.
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