配置 IntelliJ 以使用 Subversion

发布于 2024-11-04 13:44:28 字数 40 浏览 0 评论 0原文

如何配置 IntelliJ IDEA 使用 Subversion?

How to configure IntelliJ IDEA to use Subversion?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

南烟 2024-11-11 13:44:28

根据您安装 IDEA 时启用的内容,您可能还需要在“设置”->“Subversion 集成”中启用“Subversion 集成”。插件。

Depending on what you enabled when you installed IDEA you might also need to enable the "Subversion Integration" in Settings -> Plugins.

醉南桥 2024-11-11 13:44:28

对于版本 10:

  • 顶部菜单 ->版本控制->
    从版本控制中签出 ->
    Subversion
  • 单击中的加号按钮
    在“Repositories”前面
  • 添加你的SVN
    服务器网址。
  • 点击新的
    创建的存储库(输入凭据
    如果需要的话)。
  • 浏览到您的项目
    root 并单击结帐按钮。
  • 按照向导操作。

要将某些内容导入到 Subversion,请使用“导入到版本控制”菜单执行相同的操作。

干杯

For version 10:

  • Top Menu -> Version Control ->
    Checkout from Version Control ->
    Subversion
  • Click the plus button in
    front of "Repositories"
  • Add your SVN
    server URL.
  • Click in the newly
    created repository (enter credentials
    if needed).
  • Browse to your project
    root and click the Checkout button.
  • Follow the wizard.

To import something into subversion, do the same thing using the Import Into Version Control menu.

Cheers

菊凝晚露 2024-11-11 13:44:28

如果你想使用 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).

enter image description here

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.

故事和酒 2024-11-11 13:44:28

很久以前就面临过这个问题。正如安东尼所说,我启用了 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文