【发布时间】:2010-08-15 20:07:40
【问题描述】:
我正在更新第三方库并将新版本提交到我的 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.
所以从第一行看来,提交发生了。但是其他错误是什么意思,我需要做些什么来修复它们吗?此时存储库是否已损坏?我在未来提交更改时会遇到问题吗?
如果重要的话,我使用的是 TortoiseSVN 1.6.7 Build 18415,Subversion 1.6.9(客户端),服务器是 Subversion 1.6.5。这些工具我没有遇到任何其他问题。
这是一个非常详细的错误消息,其中没有任何有用的信息。感谢您对此的任何见解!
【问题讨论】:
标签: svn