2

我运行以下命令:

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 是唯一的用户帐户)。

4

1 回答 1

0

对于您的进程,当您使用 svnadmin 加载时,应锁定主存储库。此过程检查最后合并的修订是否相等以开始同步。

于 2013-08-30T10:03:34.457 回答