如何升级 Windows Netbeans 的 Subversion 版本

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/1139666/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-15 12:49:34  来源:igfitidea点击:

How to upgrade Subversion version for Windows Netbeans

windowssvnnetbeansnetbeans6.5

提问by Jader Dias

I installed Netbeans then I tried to checkout my projects inside Netbeans. During the process Netbeans informed me something about an old client version of subversion, and now I want to upgrade it. But I don't know where the client is, nor how to update it.

我安装了 Netbeans,然后我尝试在 Netbeans 中检查我的项目。在这个过程中,Netbeans 告诉我一些关于旧客户端版本的 subversion,现在我想升级它。但是我不知道客户端在哪里,也不知道如何更新它。

BTW I have TortoiseSVN on the same machine and it works fine with the same repository, and as I use svn+ssh protocol, I configured Netbeans to use TortoisePlink.exe.

顺便说一句,我在同一台机器上有 TortoiseSVN,它在同一个存储库中运行良好,当我使用 svn+ssh 协议时,我将 Netbeans 配置为使用 TortoisePlink.exe。

回答by Cesar Hermosillo

If you want to update your svn from netbeans you will need to go to Tools|Plugin and apply for updates, if you want to use some other SVN client you have installed in your machine you could tell netbeans to use it going to Tool | Options |Miscellaneous | Versioning then select SVN and indicate the folder that netbeans should use as SVN client.

如果你想从 netbeans 更新你的 svn,你需要去 Tools|Plugin 并申请更新,如果你想使用你机器上安装的其他一些 SVN 客户端,你可以告诉 netbeans 使用它去 Tool|Plugin。选项 |其他 | 版本控制然后选择 SVN 并指示 netbeans 应用作 SVN 客户端的文件夹。

Hope this helps

希望这可以帮助

回答by Vinay Sajip

If it's the Netbeans module you want to upgrade, just go to Tools | Plugins and it will tell you if there are any updates to be applied. Otherwise, if you keep your TortoiseSVN up to date, then you should have the latest client code. If, for any reason, you need a command-line subversion client, you can download the latest and greatest from here.

如果是您要升级的 Netbeans 模块,只需转到工具 | 插件,它会告诉您是否有任何更新要应用。否则,如果您保持 TortoiseSVN 是最新的,那么您应该拥有最新的客户端代码。如果出于任何原因,您需要命令行 Subversion 客户端,您可以从这里下载最新最好的。

If it's something else, please post the specific message you get from Netbeans.

如果还有其他问题,请发布您从 Netbeans 获得的特定消息。