The Pure project is trying to switch from Subversion to Mercurial, and are having trouble with svnsync.
http://groups.google.com/group/pure-lang/msg/bf588ebe14d6fb14 On revision 2967, it gives the message "Observed changes didn't match count", and I get the same message when just doing an "svn log -v" on that revision: $ svn log -v -r2967 http://pure-lang.googlecode.com/svn/trunk svn: Observed changes didn't match count $ "svn log" without "-v" works fine, as does "svn diff". Google searching for this error message yields only one other occurrence, which was not really solved. I'm unsure what we should try from here. Possibly this error is unique to Google Code's Subversion backend, but still I would have expected others to have run into it. Any suggestions?