We use Mercurial and Kiln for source control. Here is what I want to accomplish but have not had any luck unfortunately
Let's say we have 3 repos in play. One remote (https://company.kiln.com), one local on my dev machine, and one local on an FTP server that an IT person picks up installation scripts from
What I want to happen:
After I push a change from my local repo to the remote repo, I want the local repo on the FTP server to auto update so I don't have to keep copying over new files every time they change. Is this possible to do?