我有一个eclipse项目,我想为它启用subversion。所以我在我的ubuntu服务器上设置了subversion。
我可以使用http://svn.mydomain.net/myproject
浏览我的存储库。
在eclipse中我右键单击我的项目 - > Team -> Share Project
并输入eclipse连接到存储库所需的所有svn数据。
在提交过程中,我收到以下错误:
Some of selected resources were not committed.
Some of selected resources were not committed.
svn: Commit failed (details follow):
svn: Could not open the requested SVN filesystem
svn: PROPFIND of '/myproject/.buildpath':
500 Internal Server Error (http://svn.mydomain.net)
这里有什么想法吗?没有数据传输到我的存储库。
我的子域名的vhost.conf看起来像那样
ServerName svn.mydomain.de
ServerAdmin webmaster@localhost
<Location />
DAV svn
SVNParentPath /var/svn
AuthType Basic
Require valid-user
AuthName "Subversion Repository"
AuthUserFile /etc/apache2/dav_svn.passwd
</Location>
答案 0 :(得分:1)
检查SVN服务器的设置,看起来没有创建或错误配置存储库。