Eclipse共享项目选项?

时间:2012-04-19 13:14:46

标签: eclipse svn eclipse-plugin subversive

我刚刚打开了我的日食,并出现以下错误:

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. 选择存储库位置(使用现有存储库位置)。我选择了一个点击下一个。
  3. 然而,在第2步中,它在顶部说:

      

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

    是否有人尝试重新连接到SVN存储库?我担心是不会开始检查项目到位置并覆盖存储库中的代码。

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

2 个答案:

答案 0 :(得分:2)

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

  

Project已配置SVN存储库信息。

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

答案 1 :(得分:1)

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