Creating branches via bzr+http?

INADA Naoki songofacandy at gmail.com
Thu Mar 11 11:59:30 GMT 2010


Loggerhead returns 404 when PATH_INFO is "/foo/.bzr/smart"
and "$ROOT/foo/" directory is not exists.

So I can't push new branch through loggerhead.
See https://bugs.launchpad.net/loggerhead/+bug/475207

On Thu, Mar 11, 2010 at 7:59 PM, Joke de Buhr <joke at seiken.de> wrote:
> There is no need to switch between loggerhead and the original bazaar smart
> server. Loggerhead's default setup knows how to handle /.bzr/smart urls.
>
>>       if environ['PATH_INFO'].endswith('/.bzr/smart'):
>>           return self._bzr_app(environ, start_response)
>>       else:
>>           return self._loggerhead_app(environ, start_response)
>
> On Donnerstag 11 März 2010 02:25:08 INADA Naoki wrote:
>> I use attached script to launch loggerhead with push over bzr+http support.
>>
>> This script requires loggerhead is installed.
>> This script can be used as replacement of serve-branches in loggerhead.
>>
>



-- 
INADA Naoki  <songofacandy at gmail.com>



More information about the bazaar mailing list