如何升级 Windows Netbeans 的 Subversion 版本
我安装了 Netbeans,然后尝试在 Netbeans 中查看我的项目。 在此过程中,Netbeans 通知我一些有关旧客户端版本的 subversion 的信息,现在我想升级它。 但我不知道客户端在哪里,也不知道如何更新。
顺便说一句,我在同一台机器上有 TortoiseSVN,它可以在同一个存储库中正常工作,并且当我使用 svn+ssh 协议时,我将 Netbeans 配置为使用 TortoisePlink.exe。
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.
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果你想从 netbeans 更新你的 svn,你需要进入 Tools|Plugin 并申请更新,如果你想使用你机器上安装的其他 SVN 客户端,你可以告诉 netbeans 使用它,进入 Tool |Plugin 并申请更新。 选项|杂项| 然后版本控制选择 SVN 并指示 netbeans 应用作 SVN 客户端的文件夹。
希望这可以帮助
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.
Hope this helps
如果您要升级的是 Netbeans 模块,只需转到“工具”|“Netbeans”即可。 插件,它会告诉您是否有任何更新要应用。 否则,如果您保持 TortoiseSVN 为最新,那么您应该拥有最新的客户端代码。 如果出于任何原因,您需要命令行 Subversion 客户端,您可以从 下载最新、最好的版本在这里。
如果是其他问题,请发布您从 Netbeans 收到的具体消息。
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.
If it's something else, please post the specific message you get from Netbeans.