Reputation: 33
I'm running tortoiseSVN and I haven't been able to commit or update successfully ever since I interrupted an update (or commit) process a while back. I've found other postings of similar issues, but not of the suggestions are applicable or work - I really need to figure out a way to fix it without starting over.
Details:
Anyway to fix this without checking out fresh?
thank you!
Eli
Upvotes: 3
Views: 41591
Reputation: 792
Also try running svn cleanup from the command line.
I was just able to use that to resolve the error: Cleanup failed to process the following paths: .... Previous operation has not finished; run 'cleanup if it was interrupted. Please execute the 'cleanup' command"
Upvotes: 0
Reputation: 1
Just Clear the cache and run again..
To do so : GO to .svn folder (hidden folder in the root) => Go to temp => Delete everything in it :)
Upvotes: 0
Reputation: 419
It looks like the svn meta info on you local workstation got corrupted. I don't see that you can fix this easily until you clean your workspace.
Try this...
Upvotes: 8
Reputation: 1
Upvotes: 0
Reputation: 509
I found a good solution for the same issue on blog:
I have tried it and it works fine. In fact I am having source code which is of size more than 3 GB, in this case delete source code after taking backup of changed sources is very difficult. So, found this solution as appropriate to my case.
Upvotes: 7
Reputation: 62
This is much better solution in case you're dug in the depths of your repository structure...just Cleanup a level (or two) higher!
Subversion stuck due to "previous operation has not finished"?
Upvotes: 0