Resolving Mercurial Case-Folding Collision in Windows

后端 未结 9 1671
悲哀的现实
悲哀的现实 2020-12-09 08:15

I\'ve seen the other Mercurial case-folding Answers on StackOverflow - they say that if you have access to a case sensitive file system like unix then check out there and it

9条回答
  •  既然无缘
    2020-12-09 08:39

    I solved in a simpler way:

    1. List item
    2. Cut the renamed folder file and paste it on a temporary location (i.e. Desktop)
    3. Commit the "R" changes
    4. Paste the folder again
    5. Commit the "?" status

    What it's really causing the problem is trying to create and delete at the same time a file/folder that is potentially the same in case unsensitive systems.

提交回复
热议问题