Haven't read the whole thread, but the problem here has to do with r81.
r80 moved fine and I expect `svnlook youngest dest` = 80.

If the source repos has authz set up or has undergone history surgeries
that's likely related.

You could try running:
% svnserve --log-file=foo.log -dr.
% svnsync sync svn://localhost
to get a "destination server" log.

Gary wrote on Fri, Mar 30, 2012 at 14:25:28 +0100:
> I see a lot of reports of this error, but little in the way of
> clear information as to what it might mean, or how to fix it:
> 
> $ svnsync sync file://`pwd`/dest
> Committed revision 1.
> Copied properties for revision 1.
> Transmitting file data .....................
> [...]
> Committed revision 79.
> Copied properties for revision 79.
> Transmitting file data .......................
> Committed revision 80.
> Copied properties for revision 80.
> svnsync: Error while replaying commit
> 
> Huh?
> 
> If I look at the source server log, revs 81 & 82 are "missing"
> in the trunk. I imagine they are/were in a branch, which AFAIK
> is no longer available. Is there any way to get around this?
> Assuming that's the problem, of course.
> 

Reply via email to