What should I do when 'svn cleanup' fails?

后端 未结 30 1582
谎友^
谎友^ 2020-12-04 04:50

I have a lot of changes in a working folder, and something screwed up trying to do an update.

Now when I issue an \'svn cleanup\' I get:

>svn clea         


        
30条回答
  •  情书的邮戳
    2020-12-04 05:29

    I had the exact same problem. I couldn't commit, and cleanup would fail.

    Using a command-line client I was able to see an error message indicating that it was failing to move a file from .svn/props to .svn/prop-base.

    I looked at the specific file and found that it was marked read-only. After removing the read-only attribute I was able to cleanup the folder and the commit my changes.

提交回复
热议问题