1
I次のコマンドを実行します。svnsync:リビジョンが現在コピーされて、最後のマージされたリビジョン、および先のHEADは矛盾している
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?
Iをなぜ、ブロックされている場合は、数字が増加しているのか理解していない?
私はrootとして上記を行い、ジョブやプロセスは実行されていません(rootは唯一のユーザーアカウントです)。
"ジョブやプロセスが実行されていません":バックグラウンドでparrallel svnsyncを使用していませんか?レポをリビジョン19931にダンプしようとしましたが、再同期しましたか? – VonC