This morning i was committing several items to a svn repository. During the commit operation my operating system crashed and now all svn commands (Including clean up) ends up wi
Run svn cleanup against your working copy (show us the result if it errors our)
or
Checkout a fresh working copy using svn checkout command and copy your changes from the broken wc to this one. Run commit again via the new working copy.