From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1NjbjU-0003kz-PD for mharc-grub-devel@gnu.org; Mon, 22 Feb 2010 12:06:08 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NjbjS-0003jf-SM for grub-devel@gnu.org; Mon, 22 Feb 2010 12:06:06 -0500 Received: from [140.186.70.92] (port=38963 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NjbjS-0003iw-21 for grub-devel@gnu.org; Mon, 22 Feb 2010 12:06:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NjbjP-0006wD-Bi for grub-devel@gnu.org; Mon, 22 Feb 2010 12:06:05 -0500 Received: from mail-yx0-f175.google.com ([209.85.210.175]:35653) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NjbjO-0006vq-GY for grub-devel@gnu.org; Mon, 22 Feb 2010 12:06:03 -0500 Received: by yxe5 with SMTP id 5so3406794yxe.24 for ; Mon, 22 Feb 2010 09:06:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=n0dXF5i467ji4BYFGdkfOrbVso2NAr4WQmZ46kYJ8rc=; b=puKZT0L6XGAIR1Il5vilRM5naFYQ9+7yHh/xAvlYaqiitQEK/MAL0DUKIuqooFHRTp 9QY+pvxKtcXpFHhaq0zy9eE7Ztwxq/X8Rei6vbrV7X/M9FRmU5URbS0Gg/JOZain0Aqu FSCuemGbmAZGYMJjM5jc/Sq95dwzMfkPlMKsE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=gDw2uoabZzrpsr0ndfpoGRUAKjfCc2RH2UaGigbJkClUQXdqGXumj9l31oDaiT0pIE X38W6FHMuqqMghfoiKxEN8KYJfW80nmTENjCMzzuk8G/y/4laQbXhx/X0BJkRy8AkPFf soVs6Bxj1Vi2zYBklY06xexhevg1sfKE7Ugrc= Received: by 10.101.157.32 with SMTP id j32mr1617110ano.209.1266858359787; Mon, 22 Feb 2010 09:05:59 -0800 (PST) Received: from ?192.168.0.75? (cpe-24-174-180-111.satx.res.rr.com [24.174.180.111]) by mx.google.com with ESMTPS id 20sm963801ywh.18.2010.02.22.09.05.58 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 22 Feb 2010 09:05:58 -0800 (PST) Message-ID: <4B82B976.3040002@gmail.com> Date: Mon, 22 Feb 2010 11:05:58 -0600 From: Bruce Dubbs User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.16) Gecko/20080722 SeaMonkey/1.1.11 MIME-Version: 1.0 To: The development of GNU GRUB References: <1266676785.2348.47.camel@x200> <20100222102637.GT4409@riva.ucam.org> In-Reply-To: <20100222102637.GT4409@riva.ucam.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) Subject: Re: pointers to bzr location X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Feb 2010 17:06:07 -0000 Colin Watson wrote: > On Sat, Feb 20, 2010 at 08:39:45AM -0600, Dustin Kirkland wrote: >> http://www.gnu.org/software/grub/grub-2-download.en.html >> led me to >> http://savannah.gnu.org/bzr/?group=grub >> >> which says: >> >> Anonymous read-only access >> bzr branch http://bzr.savannah.gnu.org/r/grub >> . >> Note: these paths are the default paths. Maybe the project is using a >> different layout. >> >> Indeed, this did not work: >> >> $ bzr branch http://bzr.savannah.gnu.org/r/grub >> bzr: ERROR: Not a branch: "http://bzr.savannah.gnu.org/r/grub/.bzr/branch/": location is a repository. > > The correct URL for the trunk is: > > http://bzr.savannah.gnu.org/r/grub/trunk/grub > > You can guess this by looking at the first URL in a web browser. > Unfortunately the text on Savannah is autogenerated by the Savannah > software, and I don't think we can change it. Maybe it would be best to > copy the text onto > http://www.gnu.org/software/grub/grub-2-download.en.html and correct it? I already did this in a complete rewrite of the web site. It seems to commit fine to cvs, but the site never got updated. I thought the site autogenerated from cvs head, but It didn't work. -- Bruce