配置 IntelliJ 以使用 Subversion
如何配置 IntelliJ IDEA 使用 Subversion?
How to configure IntelliJ IDEA to use Subversion?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
如何配置 IntelliJ IDEA 使用 Subversion?
How to configure IntelliJ IDEA to use Subversion?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(4)
根据您安装 IDEA 时启用的内容,您可能还需要在“设置”->“Subversion 集成”中启用“Subversion 集成”。插件。
Depending on what you enabled when you installed IDEA you might also need to enable the "Subversion Integration" in Settings -> Plugins.
对于版本 10:
从版本控制中签出 ->
Subversion
在“Repositories”前面
服务器网址。
创建的存储库(输入凭据
如果需要的话)。
root 并单击结帐按钮。
要将某些内容导入到 Subversion,请使用“导入到版本控制”菜单执行相同的操作。
干杯
For version 10:
Checkout from Version Control ->
Subversion
front of "Repositories"
server URL.
created repository (enter credentials
if needed).
root and click the Checkout button.
To import something into subversion, do the same thing using the Import Into Version Control menu.
Cheers
如果你想使用 Intellij 9.0.X 配置 Subversion,我将 configure intelliJ 使用台式机/笔记本电脑中系统默认的 subversion 配置目录。
我所做的只是在“设置”->“版本控制从下拉列表中选择 Subversion。 IntelliJ 将执行其余操作以指向您的默认 Subversion 目录(例如在 Win 7、XP 中)。
然后就像 @Anthony 建议的那样,您可以在那里添加主要的颠覆 URL 或单击版本控制 -> ;浏览器 Subversion 存储库,您可以在其中添加 URL。
If you want to configure Subversion with Intellij 9.0.X, I take configure intelliJ to use the system default subversion configuration directory in your desktop/laptop.
All I did was in Settings -> Version Control select Subversion from the drop down. IntelliJ will do the rest to point to your default Subversion directory (be in Win 7, XP for example).
Then like how @Anthony suggested you can add your main subversion URL there or by clicking on Version Control -> Browser Subversion Repository where you can add the URL.
很久以前就面临过这个问题。正如安东尼所说,我启用了 VCS 并尝试导入,但收到“不是工作副本”错误。还排除“out”文件夹进入 VCS。
因此,解决方案是从“VCS - 导入”菜单中选择“Share on subversion”。如果您之前必须清除它,您还可以在此处将“主干”目录添加到 Google Code SVN。
然后您的项目文件就出现在更改列表中。承诺吧。
Faced that question times ago. As Anthony said, I enabled VCS and tried to import, but got "not a working copy" errors. Also excluded "out" folders come into VCS.
So the solution is to select "Share on subversion" from "VCS - Import" menu. There you can also add "trunk" catalog to Google Code SVN if you had to clear it before.
Then you got your project files in changes list. Commit it.