From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LxP2I-0007U3-1B for qemu-devel@nongnu.org; Fri, 24 Apr 2009 13:18:02 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LxP2D-0007RU-AI for qemu-devel@nongnu.org; Fri, 24 Apr 2009 13:18:01 -0400 Received: from [199.232.76.173] (port=38902 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LxP2D-0007RC-4m for qemu-devel@nongnu.org; Fri, 24 Apr 2009 13:17:57 -0400 Received: from smtp1-g21.free.fr ([212.27.42.1]:46662) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LxP2C-00025J-D4 for qemu-devel@nongnu.org; Fri, 24 Apr 2009 13:17:57 -0400 In-Reply-To: <49F1EFFA.40100@us.ibm.com> Subject: Re: [Qemu-devel] REMINDER: QEMU SVN => GIT switch today at 5pm CST From: "=?utf-8?q?Fran=C3=A7ois?= Revol" Date: Fri, 24 Apr 2009 19:18:00 +0200 CEST Message-Id: <10208245490-BeMail@laptop> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: blauwirbel@gmail.com, edgar.iglesias@gmail.com, paul@codesourcery.com, aurelien@aurel32.net, qemu-devel@nongnu.org > > svn up + vim + svn resolved :D > > So all your patches are maintained as changed to the currently > working > directory in svn=3F=3F Not like there are too many, just this usb-hid one isn't yet commited. And I started a popen() audio out but didn't finish. It works fine usually, plus I have many other things checked out from cvs or other I need to maintain anyway... mostly ffmpeg because they think "porting" means porting the OS to the app and so are rejecting some obvious stuff. > You should really invest in learning git or mercurial. It will make > your life a lot easier. It's pretty trivial to create a local hg > mirror > from a git tree. At least hg was easy to port to BeOS (still had to change some lines due to people using #!/usr/bin/env python to locate python and just moving the issue to env itself...) Still I don't like much those hashes around, and I always need to dig the gitweb 10min just to get to the source tree... > In the very least, you should look at something like quilt. Then you > can avoid ever learning about git if that's what you wish. Maybe, I'll queue it on my TODO list. Btw, the CC field is getting crowded... when I talk bout misconfigured lists... Fran=C3=A7ois.