I am trying to get the automirror (<a href="http://doc.bazaar.canonical.com/plugins/en/automirror-plugin.html">http://doc.bazaar.canonical.com/plugins/en/automirror-plugin.html</a>) plugin working. I have it installed (confirmed with "<span style="font-family:courier new,monospace">bzr plugins</span>") and I have added "<span style="font-family:courier new,monospace">post_commit_mirror = /var/www/site</span>" to branch.conf in the branch that I am committing my changes to. Whenever I commit my changes, the commit itself goes fine, but I always receive an error:<br>

<span style="font-family:courier new,monospace">bzr: ERROR: Server sent an unexpected error: ('error', 'JailBreak', "An attempt to access a url outside the server jail was made: 'file:///var/www/site/'.")</span><br>

And the /var/www/site branch is not updated. The <span style="font-family:courier new,monospace">bzr info</span> command returns:<br><span style="font-family:courier new,monospace">Standalone tree (format: 2a)<br>Location:<br>

  branch root: .<br><br>Related branches:<br>  parent branch: /var/www/bzr/website/trunk</span><br>When run in the /var/www/site directory.<br><br>Any suggestions/ideas on how to get this working are greatly appreciated. Thanks in advance.<br>

<br>Christopher<br>