Subversion错误需要帮助

Sco*_*ger 6 svn

我正在更新第三方库并将新版本提交到我的SVN服务器.涉及许多变化(多年值得).在提交结束时,我收到了以下消息:

... lots of stuff ...
Commit succeeded, but other errors follow:
Error bumping revisions post-commit (details follow):
In directory 'D:\Documents and Settings\scottb\Desktop\imageen'
Error processing command 'committed' in 'D:\Documents and Settings\scottb\Desktop\imageen'
Error getting 'affected time' for 'D:\Documents and Settings\scottb\Desktop\imageen\.svn\text-base\ImageEn.cnt.svn-base'
Can't stat 'D:\Documents and 
Settings\scottb\Desktop\imageen\.svn\text-base\ImageEn.cnt.svn-base': The 
system cannot find the file specified.
Run Code Online (Sandbox Code Playgroud)

所以从第一行看来,提交已经发生了.但其他错误意味着什么,我需要做些什么来解决它们?此时存储库是否已损坏?我将来会有变化的问题吗?

如果它很重要我正在使用TortoiseSVN 1.6.7 Build 18415,Subversion 1.6.9(客户端),服务器是Subversion 1.6.5.我对这些工具没有任何其他问题.

这是一个非常详细的错误消息,其中没有任何有用的信息.感谢您对此的任何见解!

Sco*_*ger 11

这似乎只是一个客户端问题,并没有影响服务器.我只是删除了有问题的目录并执行了UPDATE命令.该目录已重新创建并重新下载,现在看起来都很好.