hg push problem

Andrew Thompson andrewkt at aktzero.com
Fri Jul 1 11:24:39 CDT 2005


psong at brandeis.edu wrote:
> Hi all,
>   I had this strange problem with "hg push". When I tried
> 
>   $ hg push ssh://yubaaba.ccs.brandeis.edu/~/playground/mercurial/first/
> 
> all I got was
> 
>   bash: line 1: hg: command not found

Perhaps hg isn't in your path when you ssh in(without running all the 
proper scripts). Try just:

ssh yubaaba.ccs.brandeis.edu hg

If it gives you the same response then it's not in your path. Try:

ssh yubaaba.ccs.brandeis.edu echo $PATH

If you have the rights on the box, softlink hg into a place into that path.

-- 
Andrew Thompson
http://aktzero.com/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: andrewkt.vcf
Type: text/x-vcard
Size: 129 bytes
Desc: not available
Url : http://www.selenic.com/pipermail/mercurial/attachments/20050701/d5140842/andrewkt.vcf


More information about the Mercurial mailing list