2

我刚刚打开我的 Eclipse 并出现以下错误:

SVN: '0x00000000: Open Project' operation finished with error: 0x00000000: Unable connect to 'my_project' project.
Please check that SVN meta-information exists and its format is supported by the current SVN plug-in version.
If so, it is possible that project working copy is relocated outside plug-in control.
At the current moment project will be automatically disconnected from source control.
0x00000000: Unable connect to 'my_project' project.
Please check that SVN meta-information exists and its format is supported by the current SVN plug-in version.
If so, it is possible that project working copy is relocated outside plug-in control.
At the current moment project will be automatically disconnected from source control.

我想将项目重新连接到 SVN,并在网上搜索并发现可能的解决方案是:

右键项目->团队->分享项目

并按照提示进行操作:

  1. 我有 2 个选项 cvs ?svn?-> 我选择了 svn 并点击了下一步。
  2. 选择存储库位置(使用现有存储库位置)。我选择了一个 n 单击下一步。

但是,在第 2 步中,它在顶部显示:

该向导将帮助您首次与 SVN 存储库共享文件。您的项目将自动导入到 SVN 存储库中。

有没有人尝试过重新连接到 SVN 存储库?恐怕不会开始将项目签入该位置并覆盖存储库中的代码。

如果有人确定这不会覆盖或将任何内容签入存储库,而只会重新连接它,我只会使用共享项目选项。

4

2 回答 2

2

我尝试了同样的事情。在第 2 步,它应该说:

项目已经配置了 SVN 存储库信息。

在这种情况下,它不会覆盖或签入任何内容。只是重新连接。您的情况似乎有所不同,因为它是第一次说共享。我认为它可能会覆盖。

于 2012-08-18T12:21:19.847 回答
1

当我将 Eclipse 升级到 Juno 时,我遇到了同样的问题。我使用 Tortoise 将我的工作副本升级到 SVN 1.7,然后在 Eclipse 中使用“Share Project...”,它适用于我的所有项目。

于 2012-07-04T15:48:59.947 回答