TC5 configuring Mercurial over ssh
I'm new to team city and I'm trying to set up my first project and I have a problem with understanding how to configure mercurial.
I'm using a mercurial host that allows communication over SSH but I don't know where to begin.
My biggest question right now is HG command path?
Should it point to a file?
Is there an example of how I make such a file?
Is it there I specify my private key?
An example of how to set it up would be great.
Thanx.
Please sign in to leave a comment.
TeamCity uses usual Mercurial command line client: hg command. Once you get your client to work with ssh:// protocol, TeamCity will work too.
I found a couple of related links which can be helpful:
http://mercurial.selenic.com/wiki/AccessingSshRepositoriesFromWindows
http://stackoverflow.com/questions/1715679/mercurial-over-ssh-client-and-server-on-windows