From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=5NYdG+SgOObDOc7M2etdaxMa22ZI2HB/i0vwNd8M6Yo=; b=YaeOkSRQbSHPo0S1UgG79Di5LDmZCbQW8bXxuQrEBMPq+/zw8z1PFBmeXtLANJc6Ya e5J64TSsOukdl9YXiYzxS6FBsbn3L0WKZvTegsYDlH7EWTV3QdIGKmDpJsbRlVvvFX6M HlYkFU9DDW1Lr+JbZicSQaQIzDOjxKg8d7DOQ= Message-ID: <4EDF256B.2030909@gmail.com> Date: Wed, 07 Dec 2011 09:35:55 +0100 From: Till Kamppeter MIME-Version: 1.0 References: <4EDAE1F5.1030804@linuxfoundation.org> <4EDB49CD.9050908@gmail.com> <4EDBE9CE.3070207@gmail.com> In-Reply-To: <4EDBE9CE.3070207@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Printing-architecture] bzr.linuxfoundation.org is live List-Id: Printing architecture under linux List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Lars Uebernickel , David Williams , "Chitpadi, Raghavendra" , "Hsu, Ray" , Open Printing , Daniel Dressler , Didier Raboud , Yuji Saito Cc: Jeff Licquia Correction: The URL in the example is wrong. It must be https+urllib://till@bzr.linuxfoundation.org/openprinting/foomatic/foomatic-db/ for both "bzr branch" and "bzr push". Note the additional "foomatic" between "openprinting" and "foomatic-db". Till On 12/04/2011 10:44 PM, Till Kamppeter wrote: > > Some additional info: > > Repositories cannot only be read/write-accessed via checkout, but also > as before (this is an example, it works also with the other packages): > > bzr branch https+urllib://bzr.linuxfoundation.org/openprinting/foomatic-db > cd foomatic-db > bzr pull > [ Do changes ] > bzr push https+urllib://bzr.linuxfoundation.org/openprinting/foomatic-db > [ Do changes ] > bzr push > ... > > Please test and inform Jeff if this does not work. > > Till