I created a new repository A.
Ran svnsync init with repository B as the source.
Loaded a dump file from B (rev 0 to 1690 of 1801) to A.
Then tried to run svnsync. My thinking was that svnsync could pick up where the dump file left off.
This is the error:
svnsync: Destination HEAD (1690) is not the last merged revision (0); have you committed to the destination without using svnsync?
Is there a way to make svnsync think it has already synced up to the current rev?