2013-07-02 105 views
2

我正在嘗試創建SVN存儲庫。我下載的顛覆,當我試圖創建一個SVN比我得到的錯誤 -無法在我的eclipse Indigo中創建SVN存儲庫

SVN: '0x00400006: Validate Repository Location' operation finished with error: Selected SVN connector library is not available or cannot be loaded. 
If you selected native JavaHL connector, please check if binaries are available or install and select pure Java Subversion connector from the plug-in connectors update site. 
If connectors already installed then you can change the selected one at: Window->Preferences->Team->SVN->SVN Connector. 
Selected SVN connector library is not available or cannot be loaded. 
If you selected native JavaHL connector, please check if binaries are available or install and select pure Java Subversion connector from the plug-in connectors update site. 
If connectors already installed then you can change the selected one at: Window->Preferences->Team->SVN->SVN Connector. 

我使用Eclipse靛藍和我的系統是64位的。 我得到了解決方案Checkout SVN svn+ssh repo with subversive in Eclipse Helios但答案不適合我的任何線索?

回答

2

您是否正在嘗試使用JavaHL?如果是這樣,您還需要Subversion API庫,這些庫不一定包含在JavaHL中。

否則,您可以使用不需要Subversion API庫的SVNKit。

這可以通過Windows->首選項對話框進行選擇。進入團隊 - > SVN並查看SVN界面部分並選擇SVNKit。

+1

我沒有在SVNKit那裏找到任何選項。 – Anshul

+0

@pandit進入「幫助」菜單並安裝[CollabNet Desktop - Eclipse Edition](http://www.open.collab.net/downloads/desktops/installing_cdee.html)這應該會讓您選擇安裝SVNKit。 (以及顛覆)。其中一個問題是SVNKIt的[開放源代碼許可證](https://en.wikipedia.org/wiki/SVNKit#Licensing)有點太棒了,Subclipse可能沒有給你選擇JavaHL的權利。查看關於SVNKIt與JavaHL的[SVNBook](http://svnbook.red-bean.com/en/1.7/svn-book.html#svn.developer.usingapi.otherlangs)。 –

+0

@pandit - 還有一件事:你可以用Subclipse或Subversive來使用SVNKit。如果你使用Subversive,你不必使用Subversive作爲你的Eclipse SVN客戶端。 –