4

I'm working on mac OS x 10.4. I have a subversion repository stored on an external drive connected via USB. I created a new python project in Eclipse (using the PyDev plugin). When I use right click Team->Share Project to set up a new project with subversion, I get the following error:

Error while creating module: org.tigris.subversion.javahl.ClientException: Couldn't open a repository
svn:  Unable to open ra_local session to URL
svn: Unable to open repository 'file:///Volumes/svn-repos/Palindrome/Palindrome'   

The subversion repository has the following permissions:

drwxrwxrwx     9 cameronl  cameronl   306 Aug 23 10:08 svn-repos

The external drive is formatted as Mac OS extended

I'm completely stumped. Anybody have any suggestions?

4

1 に答える 1

2

「SVN リポジトリの探索」パースペクティブ (ウィンドウ > パースペクティブを開く > その他... > SVN リポジトリの探索) を使用して、最初にリポジトリを追加してみてください。

使用している URL が正しいディレクトリを指していることを確認してください。通常、このディレクトリには次のデフォルトのリポジトリ ファイルが含まれています。

conf/  dav/  db/  format  hooks/  locks/  README.txt

お役に立てれば。

于 2008-08-29T06:51:48.077 に答える