From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1KDnTU-0005gv-Rr for mharc-grub-devel@gnu.org; Tue, 01 Jul 2008 17:33:20 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KDnTS-0005gR-JU for grub-devel@gnu.org; Tue, 01 Jul 2008 17:33:18 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KDnTR-0005fT-RP for grub-devel@gnu.org; Tue, 01 Jul 2008 17:33:18 -0400 Received: from [199.232.76.173] (port=57176 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KDnTR-0005fQ-Js for grub-devel@gnu.org; Tue, 01 Jul 2008 17:33:17 -0400 Received: from c60.cesmail.net ([216.154.195.49]:52217) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.60) (envelope-from ) id 1KDnTR-0005Ov-Ak for grub-devel@gnu.org; Tue, 01 Jul 2008 17:33:17 -0400 Received: from unknown (HELO relay.cesmail.net) ([192.168.1.81]) by c60.cesmail.net with ESMTP; 01 Jul 2008 17:33:16 -0400 Received: from [192.168.0.21] (static-72-92-88-10.phlapa.fios.verizon.net [72.92.88.10]) by relay.cesmail.net (Postfix) with ESMTP id 19956618F22 for ; Tue, 1 Jul 2008 17:33:16 -0400 (EDT) From: Pavel Roskin To: The development of GRUB 2 In-Reply-To: <20080701172515.GA18122@thorin> References: <20080701172515.GA18122@thorin> Content-Type: text/plain Date: Tue, 01 Jul 2008 17:33:15 -0400 Message-Id: <1214947995.15925.18.camel@dv> Mime-Version: 1.0 X-Mailer: Evolution 2.22.2 (2.22.2-2.fc9) Content-Transfer-Encoding: 7bit X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. Subject: Re: SVN X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jul 2008 21:33:19 -0000 On Tue, 2008-07-01 at 19:25 +0200, Robert Millan wrote: > Hi, > > Not sure why grub-devel didn't receive the updates, as it was CCed. Anyway, > SVN is enabled now. > > See https://savannah.gnu.org/svn/?group=grub > > and https://savannah.gnu.org/support/?106422 I've changed git import to use the subversion repository. This means that the git repository needs to be re-cloned or reset to the remote branch: stg pop --all # if you have any patches applied git-reset origin/master stg push --all # apply the patches again Import from subversion is less CPU intensive, so it's scheduled to be run twice an hour (25 and 55 minutes after each hour), not once in two hours, as it was with CVS. Also, there will be no 10 minute delay at the import time caused by the lack of atomic commits in CVS. -- Regards, Pavel Roskin