From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LwcPh-0006lz-Ad for qemu-devel@nongnu.org; Wed, 22 Apr 2009 09:22:57 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LwcPc-0006jP-4a for qemu-devel@nongnu.org; Wed, 22 Apr 2009 09:22:56 -0400 Received: from [199.232.76.173] (port=33866 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LwcPa-0006j1-AZ for qemu-devel@nongnu.org; Wed, 22 Apr 2009 09:22:50 -0400 Received: from e9.ny.us.ibm.com ([32.97.182.139]:45580) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LwcPZ-0006Kr-Nk for qemu-devel@nongnu.org; Wed, 22 Apr 2009 09:22:49 -0400 Received: from d01relay04.pok.ibm.com (d01relay04.pok.ibm.com [9.56.227.236]) by e9.ny.us.ibm.com (8.13.1/8.13.1) with ESMTP id n3MDCJbU007417 for ; Wed, 22 Apr 2009 09:12:19 -0400 Received: from d01av04.pok.ibm.com (d01av04.pok.ibm.com [9.56.224.64]) by d01relay04.pok.ibm.com (8.13.8/8.13.8/NCO v9.2) with ESMTP id n3MDMlO9191230 for ; Wed, 22 Apr 2009 09:22:47 -0400 Received: from d01av04.pok.ibm.com (loopback [127.0.0.1]) by d01av04.pok.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id n3MDMlJG015194 for ; Wed, 22 Apr 2009 09:22:47 -0400 Received: from squirrel.codemonkey.ws (sig-9-65-117-45.mts.ibm.com [9.65.117.45]) by d01av04.pok.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id n3MDMlfm015154 for ; Wed, 22 Apr 2009 09:22:47 -0400 Message-ID: <49EF1A26.70007@us.ibm.com> Date: Wed, 22 Apr 2009 08:22:46 -0500 From: Anthony Liguori MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Switching to git List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "qemu-devel@nongnu.org" Hi, It's been mentioned in the past that we're planning a switch from subversion to git. I've setup a git repo on Savannah that is now mirroring the svn tree. I've got a hook setup such that commits generate emails. They're currently being sent to qemu-commits although I can redirect to qemu-devel if that's desired. For users, to get the latest QEMU bits, you would do: $ git clone git://git.savannah.nongnu.org/qemu.git For maintainers, Savannah has a getting started page that describes how to push commits at http://savannah.gnu.org/maintenance/UsingGit The git repository is compatible with the repositories on kernel.org and repo.or.cz. All of the tags have been replicated and there is a stable_0_10 branch. I think it would make sense to give people a couple days to verify that they can download the git tree properly before switching over, but I'd like to tentatively schedule the switching of the git tree to Friday at 5pm CST unless there are objections. Until then, please continue committing to the SVN tree. There is also a web interface available at http://git.savannah.gnu.org/cgit/qemu.git -- Regards, Anthony Liguori