Why do I keep getting 'SVN: Working Copy XXXX locked; try performing 'cleanup'?

后端 未结 11 2145
滥情空心
滥情空心 2020-12-25 10:25

If you have worked with SVN tools in Eclipse (Subversion, subversive) before, then you are likely familiar with the \'working copy \'XXX\' locked...\" error.

I found

11条回答
  •  星月不相逢
    2020-12-25 10:58

    I had the same problem using the com.xxx.service.model package.

    To fix it, I first made a backup of the code changes in the model package. Then deleted model package and synchronized with the repository. It will show incoming the entire folder/package. Then updated my code.

    Finally, paste the old code commit to the SVN Repository. It works fine.

提交回复
热议问题