Re: Observed changes didn't match count

2010-11-01 Thread Ryan Schmidt
On Oct 29, 2010, at 19:00, Daniel Shahaf wrote: >> I suppose we should report the problem to Google Code and hope they >> can uncorrupt the repository somehow? > > Yes. SVN_ERR_FS_CORRUPT justifies reporting this to the Google admins. To provide some closure, Google did not respond to the supp

Re: Observed changes didn't match count

2010-10-29 Thread Daniel Shahaf
on servers:global:http-library=neon > > ... > > subversion/libsvn_ra_neon/util.c:773: (apr_err=160004) > > svn: Observed changes didn't match count > > % echo %? > > 1 > > % ./tools/dev/which-error.py 160004 > > 00160004 SVN_ERR_FS_CORRUPT > >

Re: Observed changes didn't match count

2010-10-29 Thread Ryan Schmidt
obal:http-library=serf > > % echo $? > 0 > % $svn log -v -r2967 http://pure-lang.googlecode.com/svn/trunk > --config-option servers:global:http-library=neon > ... > subversion/libsvn_ra_neon/util.c:773: (apr_err=160004) > svn

Re: Observed changes didn't match count

2010-10-29 Thread Daniel Shahaf
nsync. > > 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 -r

Observed changes didn't match count

2010-10-29 Thread Ryan Schmidt
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 jus