Comment 0 for bug 475207

Revision history for this message
methane (songofacandy) wrote : --create-prefix option doesn't work with loggerhead

1. What I did and got.
On server:
$ serve-branches --allow-writes .

On client PC:
$ bzr init-repo bzr+http://foo:8080/foo
$ bzr init --create-prefix bzr+http://foo:8080/foo/bar/baz
bzr: ERROR: Generic bzr smart protocol error: Invalid http response for http://rd.klab.org:8080/hoge/bar/baz/.bzr/smart: Unable to handle http code 404: Not Found

2. What I hope.
Create 'bar/baz' branch in 'foo' repo.

push --create-prefix makes same error.