How do I get Mercurial working on my SSD?

∥☆過路亽.° 提交于 2019-12-11 17:07:45

问题


I had a problem working with mercurial, outlined here. I eventually figured out that mercurial is just not working properly at all on my SSD drive. It works better on my secondary HDD on the same machine, but doesn't resolve my other issue.

I am using TortoiseHg 4.9.1 on Windows 10.

Doing the following works fine on the HDD:

hg init temp
cd temp
<create test.txt>
hg ci -A -m "test"

But on the SSD, I get the following message, and the file is marked as added, but not committed:

nothing changed (1 missing files, see 'hg status')

hg status shows the following:

A test.txt

I am not noticing any other errors on the SSD (the OS, as well as all programs, are installed on it and everything seems to be working fine). I tried a scan and repair and get no errors.

Everything was working fine for several months, but now, all of a sudden, it is just not working.

Doing the same test using git, works fine.

Does anyone have any suggestions?

来源:https://stackoverflow.com/questions/55995260/how-do-i-get-mercurial-working-on-my-ssd

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!