Mercurial website VC over HTTP or FTP - no SSH
Posted
by Austin Hyde
on Stack Overflow
See other posts from Stack Overflow
or by Austin Hyde
Published on 2010-04-16T17:57:56Z
Indexed on
2010/04/16
18:13 UTC
Read the original article
Hit count: 427
mercurial
I would like to have a mercurial repository on my website so that I can push/pull as I make updates to it, but I do not have SSH access, only HTTP or FTP.
Can this be done?
I suspect no, since I would not be able to run hg
on the server, so I would only be able to clone it.
© Stack Overflow or respective owner