I am starting to learn hg. The example is advising us using ssh protocol to retrieve the code.
hg clone ssh://[EMAIL PROTECTED]/hg/onnv/onnv-gate my-copy Can http protocol be made available also ? So the following example works. This will help machine behind corporate firewall retrieve code directly using http protocol. [root:solaris] hg --debug clone http://hg.opensolaris.org/hg/onnv/ proxying through http://myaccount:[EMAIL PROTECTED]:8080/ sending heads command abort: HTTP Error 404: Not Found [root:solaris] This message posted from opensolaris.org _______________________________________________ opensolaris-code mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/opensolaris-code
