[EMAIL PROTECTED] wrote: > I tried "svn up" to bring my sandbox up-to-date and got this output: > > % svn up > U Include/unicodeobject.h > subversion/libsvn_wc/update_editor.c:1609: (apr_err=155017) > svn: Checksum mismatch for > 'Objects/.svn/text-base/unicodeobject.c.svn-base'; expected: > '8611dc5f592e7cbc6070524a1437db9b', actual: '2d28838f2fec366fc58386728a48568e' > > What's that telling me?
"welcome to the wonderful world of subversion error messages" (from what I can tell, the message means that SVN thinks that there might have been some checksum error somewhere, or some other error at a point where subversion thinks it's likely that a checksum was involved; to figure out what's really causing this problem, you probably need a debug build of subversion). deleting the offending directory and doing "svn up" is the easiest way to fix this. </F> _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com