user2683519
user2683519

Reputation: 767

Svn cleanup error

Msg:Previous operation has not finished; run cleanup  if it was interrupted

I have this probem when I tryed to update a file.How Can I solve this problem?,I don't want to download all the java project again.

Upvotes: 1

Views: 1026

Answers (1)

ppeterka
ppeterka

Reputation: 20726

You don't have to check out the project again, just do a

svn cleanup

from the command line, or if you use TortoiseSVN, just right click on the folder of the working copy, and select the Clean Up option (icon looks like a broom)...

Upvotes: 2

Related Questions