Posts

Error while cloning a remote Mercurial repository via ssh on OS X

While trying to set-up version control using Mercurial , I hit a snag trying to call hg commands over SSH to our OS X development server, that took up the better part of an afternoon. Having finally found the answer I'm recording it here in case I forget or to save anyone else similar suffering. This is the what I was doing and the resulting error (note I'm using the default bash shell): $ hg clone ssh://example@192.168.1.100/Sites/example-project remote: bash: hg: command not found abort: no suitable response from remote hg! So, first of all find out where your hg command is located by running the following command while logged into the remote box: $ which hg /usr/local/bin/hg That gives us the path to the hg command so now we need to see what paths are available when logging into that remote box via SSH. To do so run the following command from the machine you are trying to access the remote box from (my MacBook in this case): $ ssh example@192.168.1.100 echo $PATH

Zend Framework in Action in the Works

Zend Framework article on Zend Developer Zone

Using Netinfo Manager to add hosts

Planula

Decorating Zend Developer Zone

RewriteRouter and Zend_Config play together

Zend Frameworking underwater.com.au

A Networked Virtual Hosting Party on Mac OS X

Custom View Helpers in Zend Framework

Getting to know Zend_View