SVN 1.7+ in Netbeans 7.0

前端 未结 3 382
挽巷
挽巷 2021-02-04 05:09

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

3条回答
  •  遥遥无期
    2021-02-04 05:46

    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 \etc\netbeans.conf file.

提交回复
热议问题