Eclipse 中的提交失败

Eclipse 中的提交失败

我正在尝试使用 SVN 在 Eclipse Juno Service Release 2 中提交一个 java 文件

当我对文件执行 Team/Commit 时,我得到以下内容。

Some of selected resources were not committed.
Some of selected resources were not committed.
svn: E155011: Commit failed (details follow):
svn: E155011: Commit failed (details follow):
svn: E155011: File 'C:\Users\...\workspace\...\src\com\MyCode.java' is out of date

当我尝试执行 Team/Update 时 - 无论是在文件、文件夹还是项目上,我都会得到

Some resources were not updated.
svn: E175002: chunked stream ended unexpectedly
svn: E175002: REPORT request failed on '/svn/project/!svn/vcc/default'

我努力了

  1. 重新启动 Visual SVN 服务器
  2. 删除 .java 文件然后再次添加
  3. 重命名 .java 文件,然后将其重命名回来
  4. 更新 Eclipse 和 SVN 软件并重试
  5. 团队/恢复、团队/更新、进行更改、团队/提交

有人可以帮忙吗?(所有其他文件/文件夹等均运行良好)

相关内容