SVKでDelta source ended unexpectedlyしたときは

SVKを新しくしたら今まで見たことないエラーが。

$ svk sync //mirror/coderepos

Syncing http://svn.coderepos.org/share
Retrieving log information from 22645 to 22796
Incomplete data: Delta source ended unexpectedly

そんなときは

$ svk sync --skipto 22645 //mirror/coderepos

svk is now taking a snapshot of the repository at:
  http://svn.coderepos.org/share

This is essentially making a checkout of the url, and is bad if the
url contains directories like trunk and branches.  If this isn't what
you mean, please hit ^C.

Syncing http://svn.coderepos.org/share
Retrieving log information from 22645 to 22796
Committed revision 3993 from revision 22645.
...

で何となくおっけー。