eclipse - SVN 提交错误 "Commit can only commit to a single repository at a time."

标签 eclipse svn commit subclipse

我正在使用安装了“Subclipse”的 Eclipse 将我的更改提交到位于我的 DropBox 文件夹中的存储库。

我已经使用 Tortoise 创建了一个存储库。我的实际项目位于存储库文件夹的根目录中,但不在主干或分支或标签文件夹中。

我成功地创建、 checkout 并提交了几次,但最近我开始收到提交错误:

org.apache.subversion.javahl.ClientException: svn: E200007: Commit failed (details follow): svn: E200007: Commit can only commit to a single repository at a time. Are all targets part of the same working copy? org.apache.subversion.javahl.ClientException: svn: E200007: Commit failed (details follow): svn: E200007: Commit can only commit to a single repository at a time. Are all targets part of the same working copy?



什么都不能犯……
是什么导致了这个问题,如何解决???

最佳答案

这通常有效:

右键单击项目-> 团队-> 清理/刷新

关于eclipse - SVN 提交错误 "Commit can only commit to a single repository at a time.",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10186317/

相关文章:

Eclipse CDT 无法清除先前构建中的错误

android - Eclipse Export Signed Package 两次添加 drawables 目录,使 apk 大小增加一倍!

Eclipse:隐藏从源文件夹中排除的文件

java - 如何在 Eclipse Helios (Android) 中使用 Subclipse

php exec(svn commit) 挂起

java - 从 eclipse 下载应用程序

svn - 将 SVN 存储库从本地同步到服务器?

svn - 从 svn 存储库中删除包含所有历史记录的文件

git - 从 git 提交中删除提交者信息

java - 当我切换分支时,Eclipse 没有看到从 Git 恢复的文件