繁体   English   中英

现有的Eclipse项目到SVN

[英]Existing eclipse project to svn

我有一个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>

检查SVN服务器的设置,原因是看起来好像没有创建存储库或配置错误。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM