helo, i'm trying to sync after my test commit. in the repo/sync settings i set up http and ssh the same way, just protocol differs.
then i modify mercurial.ini to use my private key (there's no gui for this, why?): [ui] ssh = TortoisePlink -ssh -i "e:/utils/dev/ssh/id_rsa.ppk" -C -agent (i converted my private key to putty key format with puttygen) if i use http to view outgoing changes, it shows them fine. if i select ssh, it asks for my password, and then running "TortoisePlink -ssh -i "e:/utils/dev/ssh/id_rsa.ppk" -C -agent u...@host "hg -R folder/ serve --stdio"" remote: abort: There is no Mercurial repository here (.hg not found)! no suitable response from remote hg [command interrupted] what am i doing wrong? thanks in advance, viktor ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Tortoisehg-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tortoisehg-discuss

