From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MBa3X-00066R-SL for qemu-devel@nongnu.org; Tue, 02 Jun 2009 15:53:55 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MBa3S-0005zq-Sg for qemu-devel@nongnu.org; Tue, 02 Jun 2009 15:53:54 -0400 Received: from [199.232.76.173] (port=60713 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MBa3S-0005zP-8S for qemu-devel@nongnu.org; Tue, 02 Jun 2009 15:53:50 -0400 Received: from mx2.redhat.com ([66.187.237.31]:50362) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MBa3R-00035t-Jh for qemu-devel@nongnu.org; Tue, 02 Jun 2009 15:53:49 -0400 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n52Jrm6x028921 for ; Tue, 2 Jun 2009 15:53:48 -0400 Message-ID: <4A258349.60904@redhat.com> Date: Tue, 02 Jun 2009 21:53:45 +0200 From: Gerd Hoffmann MIME-Version: 1.0 Subject: Re: [Qemu-devel] WARNING: Savannah back online, do not fetch References: <4A257D24.3080002@redhat.com> In-Reply-To: <4A257D24.3080002@redhat.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Avi Kivity Cc: "qemu-devel@nongnu.org" On 06/02/09 21:27, Avi Kivity wrote: > As has been noticed, savannah git service is back online with an > outdated backup. > > DO NOT run 'git fetch origin' (or whatever your remote is called). It > will roll back your local copy to the end of april, and your local copy > is now an official qemu backup, so don't do anything that can harm it. I > imagine all the automatic mirrors are now destroyed. "git pull" didn't rollback, but noticed "your copy is 200+something commits ahead". As far I know it never ever throws away stuff, so the commits will still be there. Remote branches might be f*cked up. Checking out using local branch or by hash should still work fine. Most recent commits in my local repo: master: 7696d1ecd0fe4805b630161d276a169c01f80e91 stable: 71c55593c056db5cb80fd40889fa3c5ab9e8ad34 > Hopefully the qemu maintainers will set up an alternative site soon > where we can happily pull from. git://git.et.redhat.com/qemu-kraxel.git branch 'upstream' is savannah/master. I can push stable if someone needs it. HTH, Gerd