SVN 1.7+ in Netbeans 7.0

前端 未结 3 384
挽巷
挽巷 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条回答
  •  -上瘾入骨i
    2021-02-04 06:02

    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
    

提交回复
热议问题