2012-04-19 149 views
2

我剛打開我的Eclipse,並帶有以下錯誤: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和我搜索網頁,發現可能的解決方案是:

right click on project - > team -> share project

並按照提示:

  1. 我有2個選項的CVS? svn? - >我選擇了svn並點擊下一步。
  2. 選擇存儲庫位置(使用現有的存儲庫位置)。我選擇了下一個。

然而,在2步,它說,在頂部:

The wizard will help you to share your files with the SVN respository for the first time. Your project will automatically be imported into the SVN repository.

有沒有人試過這種重新連接到SVN倉庫?我恐怕不會開始檢查項目中的位置並覆蓋存儲庫中的代碼。

如果有人確定這不會覆蓋或檢入存儲庫中的任何內容,而只是重新連接,我只會使用共享項目選項。

回答

1

當我將Eclipse升級到Juno時,我遇到了同樣的問題。 我用Tortoise將我的工作副本升級到SVN 1.7,然後在Eclipse中使用「共享項目...」,它適用於我所有的項目。

2

我試過同樣的事情。在步驟2中,應該說:

Project is already configured with SVN repository information.

在這種情況下,它不會覆蓋或檢查任何內容。重新連接。 你的情況似乎不同,因爲它說第一次分享。我認爲它可能會覆蓋。