Subject: | svk sync dies when SVN repository contains "replaced" files. |
SVK does not handle files that have been renamed in SVN repository. For example:
% svk depotmap -i /RRD/ ~/.svk/RRD
% svk mirror svn://svn.oetiker.ch/rrdtool/trunk /RRD/mirror/trunk
% svk sync -a
...
Committed revision 624 from revision 1430.
Filesystem has no item: File not found: transaction '624-hc', path
'/mirror/trunk/website/gallery/index.en.html'
% svn log -vr 1430 svn://svn.oetiker.ch/rrdtool/trunk/website/gallery/index.en.html
...
R /trunk/website/gallery (from /branches/1.2/website/gallery:1429)
r1430 is the first revision on /trunk that has any files where action="R".