Comment 6 for bug 447229

Revision history for this message
Brian Parma (bj0) wrote :

I am trying to get a loggerhead server setup with a shared repository and was getting this error with 1.17.

If I run from the latest trunk, I get the same behavior but a different error message:

bzr: ERROR: Server sent an unexpected error: ('error', "An attempt to access a url outside the server jail was made: 'chroot-41212304:///projects/'.")

Both server and client have bzr version 2.0.4

The shared repository is in /opt/repository, and I am trying to serve it with:

./serve-branches --port=N /opt/repository

Browsing via http://host:N/ works fine, but when i try to branch:
bzr branch http://host:N/projects/someproject

where the actual branch location is /opt/repository/projects/someproject, I get the error above.