support SSH server on windows or not? say FreeSSHd

rubik rubik at sina.com
Fri Jul 25 06:44:01 CDT 2008


has anybody used freesshd with Mercurial (HG) , on Windows?

I tried , and failed.

I used plink.exe and putty.exe to connect an SSH windows server. 


e.g.

there's a HG repo at e:/temp/hg1

First try an error path:  e:/temp/hg
-------------------------------------
C:\>hg --debug clone ssh://a@192.168.10.10/e:/temp/hg
running "Plink.exe -pw a a at 192.168.10.10 "hg -R e:/temp/hg serve --stdio""
sending hello command
sending between command
remote: abort: There is no Mercurial repository here (.hg not found)!
abort: no suitable response from remote hg!
---------------
right, logged in and check dirs ,at least


then try the right path:  e:/temp/hg1
-------------------------------------
C:\>hg --debug clone ssh://a@192.168.10.10/e:/temp/hg1
running "Plink.exe -pw a a at 192.168.10.10 "hg -R e:/temp/hg1 serve --stdio""
sending hello command
sending between command
interrupted!
remote: ^C


so, this time it finds the HG repo, but seems crashed.
I can only exit by pressing Ctrl+C




More information about the Mercurial mailing list