What should I do when 'svn cleanup' fails?

后端 未结 30 1581
谎友^
谎友^ 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:13

    After going through most of the solutions that are cited here, I still was getting the error.

    The issue was case insensitive OS X. Checking out a directory that has two files with the same name, but different capitalization causes an issue. For example, ApproximationTest.java and Approximationtest.java should not be in the same directory. As soon as we get rid of one of the file, the issue goes away.

提交回复
热议问题