问题
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