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=QfhUmDXcjYxIYOdpUz/tKSAdvsIW1khFEufi+M5lnz4=; b=jHIBKTeqpNxCKyuz8WmanAcE2diz5QEhaPgx21nUky1NVlJ06YbUIScP2yg0sfVdsh lEd+aWoNrS3EsMVM01nuHpX0XegvjdRJNJaESGkLgX5gUIxbgRIY/KaOngLULLTnLtzr 4+CW+ye1MiW7fNZJ+Un9PmJJ+13MrvGtjaJ0A= Message-ID: <4EDF25BE.6070404@gmail.com> Date: Wed, 07 Dec 2011 09:37:18 +0100 From: Till Kamppeter MIME-Version: 1.0 References: <4EDAE1F5.1030804@linuxfoundation.org> <4EDB49CD.9050908@gmail.com> <4EDBE9CE.3070207@gmail.com> <4EDF256B.2030909@gmail.com> In-Reply-To: <4EDF256B.2030909@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 Also replace "till" by your user name in the URL. Till On 12/07/2011 09:35 AM, Till Kamppeter wrote: > 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