I've installed TortoiseHG 64bit
on my Windows 7
laptop and worked with it with the last few weeks with no problems.
But today I tried to check for new incoming changes and the workbench returns me an error Incoming from ssh://hg-project@mercurial.local.domain.nl:2224/project aborted, ret 255
and not showing the SSH password prompt.
The log message:
project% % hg --repository C:\Development\project incoming --quiet --bundle c:\users\admin\appdata\local\temp\thg.moqvtf\ssh__hg-project@mercurial.local.domain.nl2224_project_f4j7ry.hg ssh://hg-project@mercurial.local.domain.nl:2224/project
abort: Het systeem kan het opgegeven bestand niet vinden <-- Dutch for 'Can't find the file'
[command returned code 255 Sat Mar 02 13:35:22 2013]
project%
I looked in the directory c:\users\admin\appdata\local\temp\thg.moqvtf\
and there are no files. I don't know what the bundle
parameter does, maybe that it creates the file or something..
So I tried to clone the repo again, but same error, same goes for pushing. Also tried reinstalling TortoiseHG, but the same errors are returned.
Does anyone explain to me how this happend and how to fix it? Plus some info about the bundle
parameter would be nice.
update
I think it has something to do with SSH, because all the remote commands fail with the file not found error (i.e.hg pull
). I already added the extra ssh
property to the config file, but still no success :( :
[ui]
ssh="C:\Program Files\TortoiseHg\TortoisePlink.exe"