Showing posts with label svn: E200030: There are unfinished transactions detected in project. Show all posts
Showing posts with label svn: E200030: There are unfinished transactions detected in project. Show all posts

Wednesday, 19 April 2017

svn: E200030: There are unfinished transactions detected in project


When you try to commit some file to SVN, you may have encountered this error,
"svn: E200030: There are unfinished transactions detected in project".

Solution to this problem:

  • Right Click on Project-->Team--->CleanUP or
  • Open CommandLine,Goto Project Directory ,run svn cleanup command.
  • Restart the eclipse.

Happy Learning.