我运行以下命令:
svnsync synchronize svn://www.example.com/repos
svnsync: Revision being currently copied (19931), last merged revision (19929), and destination HEAD (19931) are inconsistent; have you committed to the destination without using svnsync?
然后我在 30 秒后再次运行它:
svnsync synchronize svn://www.example.com/repos
svnsync: Revision being currently copied (20012), last merged revision (20010), and destination HEAD (20011) are inconsistent; have you committed to the destination without using svnsync?
我不明白为什么,如果它“被封锁”,数字会增加吗?
我以 root 身份执行上述操作,并且没有正在运行的作业或进程(并且 root 是唯一的用户帐户)。