netbeans svn 插件的 URL
根据 netbeans 文档 从 svn 签出:
从存储库中检出文件
如果你想连接到远程 来自 IDE 的存储库,然后检查 出文件并立即开始 与他们合作,执行以下操作:
- 在 NetBeans IDE 中,选择版本控制 >颠覆>查看 从主菜单。结帐处 向导打开。
一切都很好。然而,这似乎不是一个选择。我有一个漂亮的小颠覆窗口,带有刷新、提交等漂亮的小按钮,但没有结帐按钮,或者更重要的是,没有输入存储库 URL 的方法。
我已经安装了Win32Svn,因为从DOS提示符下,路径中没有svn。现在 DOS 提示符下有 svn,所以它至少在路径上。重启NB后,仍然没有输入URL的选项。 PEBKAC并非不可能...
according to netbeans documentation to check out from svn:
Checking out Files from a Repository
If you want to connect to a remote
repository from the IDE, then check
out files and immediately begin
working with them, do the following:
- In NetBeans IDE, choose Versioning > Subversion > Checkout
from the main menu. The Checkout
wizard opens.
that's all well and good. However, it doesn't seem to be an option. I have a nice little subversion window with nice little buttons like refresh, commit, etc, but no checkout button, or, more importantly, a way to enter a URL for a repo.
I've gone and installed Win32Svn, because from the DOS prompt, no svn in the path. Now there's svn from the DOS prompt, so it's at least on the path. After restarting NB, still no option to enter a URL. PEBKAC not impossible...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试
Team->Subversion->Checkout
(在 Netbeans 6.9 下测试)。Try
Team->Subversion->Checkout
(tested under Netbeans 6.9).