【发布时间】:2011-11-04 10:45:28
【问题描述】:
我有一个 Eclipse 项目,我想为它启用颠覆。所以我在我的 ubuntu 服务器上设置了颠覆。
我可以使用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>
【问题讨论】: