2

在“工具”>“选项”>“杂项”>“版本控制”>“Subversion”中,我无法在“管理连接设置...”下键入存储库 URL,当我单击输入字段时,它只会显示一个空白下拉菜单。另外,如果我在“首选客户端”下选择“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

4

3 回答 3

3

TortoiseSVN 是一个 GUI 和 Windows 集成的 svn 客户端。它不提供 Netbeans 需要的 svn.exe 和 svn 工具。(请参阅错误消息中对 -commandline- 的引用。)Collabnet或 cygwin 可以为 Netbeans 提供适当的工具。

根据评论

这是我的路径,你需要加粗的,其他 SCM 强调:

C:\Users\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:\Program Files\Common Files\Microsoft Shared\Microsoft Online Services;C:\Program File (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 SOFTWARE;C:\PROGRAM FILES\THINKPAD\BLUETOOTH SOFTWARE \SYSWOW64;;c :\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\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 Server\100\DTS\Binn; C:\Program Files\Mercurial;C:\Program Files\Microsoft\Web Platform 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)\Intel\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\WirelessCommon\; C:\Program Files\TortoiseSVN\bin ;C:\Ruby193\bin;C:\Program Files\Intel\WiFi \bin\;C:\Program Files\Common Files\Intel\WirelessCommon\

于 2013-10-08T22:02:12.567 回答
0

这是由于在安装 SVN 期间选择了错误的选项。

以下是解决方案:
安装时,确保将命令行客户端工具从“整个功能将不可用”更改为“将安装在本地硬盘上”。

于 2020-04-21T01:47:44.577 回答
0

您需要指定用引号括起来的位置:

"C:\Program Files\TortoiseSVN\bin" 不是 C:\Program Files\TortoiseSVN\bin

于 2018-12-04T09:38:42.567 回答