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
I am able to solve it in the following way.
1) Go to The directory where you are not able to successfully clean up via svn.(Root folder or child folder).
2) Select .svn folder in the directory, cut that folder and paste it in the separte drive or separate location (out of svn directory)
3) Now, go to the directory - right click and select TortoiseSVN->Repository-browser.
4) And,Checkout the folder. (It will not perform fresh checkout)
5) All your items will be versioned again, and it will repair the internal issue of svn, and problem should be solved.