Problems with eclipse commit

1

I'm trying to do a commit from Eclipse but I get the following error:

  

Commit operation failed

     

Some of selected resources were not committed. svn: E155004: Commit   failed (details follow): svn: E155004: There are unfinished work items   in 'C: \ Users \ melissa_valenzuela \ workspace \ ApHoldTool'; run 'svn   cleanup 'first.

    
asked by Melissa Valenzuela 17.11.2016 в 17:02
source

1 answer

0

As you comment, you should clean your local copy by

  

> svn cleanup <path>

for example:

  

> svn cleanup C:\Users\melissa_valenzuela\workspace\ApHoldTool

or from your client use the option "Clean up" or "Cleanup":

    
answered by 17.11.2016 / 17:35
source