在工具>选项>杂项>版本控制> Subversion中,我无法在“管理连接设置...”下输入存储库网址。当我点击输入字段时,它只显示一个空白的下拉菜单。 另外,如果我在“首选客户端”下选择“SvnKit”,它不会这样配置,我点击确定但是当我回到选项菜单时,“CLI”被标记,我不能使用它,因为它是根据Netbeans网站(http://wiki.netbeans.org/FaqSubversionClients),已弃用。 当我尝试使用结帐时,我得到:
NetBeans Subversion support required a Subversion client!
Install Subversion Commandline Client
1. Download and Install Subversion 1.5 or later (http://collabnet.net/netbeans).
2. Add it to PATH.
Test the installation by running 'svn --version' from a command line
3. Restart the IDE
我已经在我的PATH环境变量下指定了C:\ Program Files \ TortoiseSVN \ bin但是我仍然得到了
'svn' is not recognized as an internal or external command, operable program or batch file.
我在Win 8 x64 Netbeans 7.3.1上运行Tortoise 1.8.3
答案 0 :(得分:3)
TortoiseSVN是一个GUI和Windows集成的svn客户端。它不提供Netbeans需要的svn.exe和svn工具。 (请参阅错误消息中对-commandline-的引用。)Collabnet或cygwin可以为Netbeans提供适当的工具。
每条评论
这是我的道路,你需要加粗的,其他SCM强调:
C:\用户\ jpotkanski>路径 PATH = C:\ Program Files(x86)\ CollabNet \ Subversion Client ; C:\ Windows \ system32; C:\ W indows; C:\ Windows \ system32 \ wbem; C:\ Program Files \ RSA SecurID Token Common; C:\ Pro gram Files \ Common Files \ Microsoft Shared \ Microsoft Online Services; C:\ Program Fi les(x86)\ Common Files \ Microsoft Shared \ Microsoft Online Services; C:\ Windows \ SYS TEM32 \ WINDOWSPOWERSHELL \ V1.0; C:\ PROGRAM FILES(X86)\ INTEL \ SERVICES \ IPT; C:\ PROGRA M FILES \ THINKPAD \ BLUETOOTH软件; C:\ PROGRAM FILES \ THINKPAD \ BLUETOOTH软件 \ SYSWOW64 ;; c:\ Program Files(x86)\ Microsoft SQL Server \ 100 \ Tools \ Binn \ VSShell \ Co mmon7 \ IDE; c:\ Program Files(x86)\ Microsoft SQL Server \ 100 \ Tools \ Binn; c:\ Program Files \ Microsoft SQL Server \ 100 \ Tools \ Binn; c:\ Program Files(x86)\ Microsoft SQL S. erver \ 100 \ DTS \ Binn; C:\ Program Files \ Mercurial ; C:\ Program Files \ Microsoft \ Web Pla tform Installer; C:\ Program Files(x86)\ Microsoft ASP.NET \ ASP.NET Web Pages \ v1.0; C:\ Program Files \ Microsoft SQL Server \ 110 \ Tools \ Binn; C:\ Program Files(x86)\ Inte l \ OpenCL SDK \ 2.0 \ bin \ x86; C:\ Program Files(x86)\ Intel \ OpenCL SDK \ 2.0 \ bin \ x64; C:\ Program Files \ Intel \ WiFi \ bin; C:\ Program Files \ Common Files \ Intel \ WirelessCommon; C:\ Program Files \ Intel \ WiFi \ bin \; C:\ Program Files \ Common Files \ Intel \ WirelessCom mon \; C:\ Program Files \ TortoiseSVN \ bin ; C:\ Ruby193 \ bin; C:\ Program Files \ Intel \ WiFi \ bin \; C:\ Program Files \ Common Files \ Intel \ WirelessCommon \
答案 1 :(得分:0)
您需要指定用引号引起来的位置:
“ C:\ Program Files \ TortoiseSVN \ bin”不是C:\ Program Files \ TortoiseSVN \ bin
答案 2 :(得分:0)
这是由于在安装SVN时未正确选择选项。
以下是解决方案:
在安装过程中,请确保将命令行客户端工具从“ 整个功能不可用”更改为“ 将安装在本地硬盘驱动器上”。