> Do you have more information on this "svn checksum" issue? I believe it was caused by local corruption of a `.svn` directory or two after some clumsy `sed` applications, and was limited to a few subdirectories.
To recover, I: 1. Saved changes to source files elsewhere in the filesystem 2. `rm -r`'d the affected subdirectories 3. `svn update` to restore them 4. Copied over the changed source files 5. `svn ci` to commit the changes—successfully, this time. --k
