subversion 1.4.5.25188
current格式
appears that db/current is in the format: <youngest revision> <node_id> <copy_id>
错误可能类似于
Can't read file '*/db/current': End of file found
打开current会发现current全是0.
如果你是在最后一次checkin之后,发现所有版本都消失了。就可能是这个问题。
解决方法:
参照格式
添加
00 00 00 00 00 00 00 00
更改为,最前面的为你当前的最新版本
31 35 20 00 00 20 31 0A
本文介绍了解决Subversion版本控制系统中出现的'Can't read file '*/db/current': End of file found'错误的方法。该问题可能导致所有版本记录消失,通过修改'db/current'文件内容为最新的修订版本号可以解决此问题。
1845

被折叠的 条评论
为什么被折叠?



