Johan Corveleyn wrote on Tue, Sep 27, 2011 at 11:17:43 +0200: > It won't get corrupted, because of the internal locking that Stephen > mentioned. But the second update, being blocked by the "lock" of the > first one, will error out.
'svn cleanup' will remove any locks it sees, and Badness may happen if the process who installed that lock is still running (as opposed to have crashed). Though, perhaps 'svn cleanup' does (or should) only remove locks when --force is passed...?