【问题标题】:Existing eclipse project to svn现有的eclipse项目到svn
【发布时间】: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>

【问题讨论】:

    标签: eclipse svn ubuntu


    【解决方案1】:

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

    【讨论】:

    • 我已经按照这个设置了subversion怎么howtogeek.com/howto/ubuntu/…还有什么需要配置的?
    • 但是howto说使用以下网址:mydomain.com/svn而不是svn.mydomain.net/myproject
    • 这不是问题,我已经设置了一个子域来服务 repo 并且工作正常
    • 对不起,但上面的错误信息给我的印象是它不能正常工作.....你如何配置 apache?如果您设置了一个子域,该子域是否包含位置标签? SVNPath 长什么样子?
    • 啊...您是否像 svnadmin create /var/svn/repository 一样在文件夹 /var/svn 下创建了一个存储库,或者您可能必须将 SVNParentPath 条目更改为 SVNPath ?但是请检查您是否已经在 /var/svn 下创建了一个存储库...如果是,请将 SVNParentPath 更改为 SVNPath..
    猜你喜欢
    • 2010-11-18
    • 2013-06-15
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2023-03-06
    • 2011-01-22
    相关资源
    最近更新 更多