From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LyRzD-0001Of-5q for qemu-devel@nongnu.org; Mon, 27 Apr 2009 10:39:11 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LyRz8-0001Nz-Lo for qemu-devel@nongnu.org; Mon, 27 Apr 2009 10:39:10 -0400 Received: from [199.232.76.173] (port=48292 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LyRz8-0001Nw-Fm for qemu-devel@nongnu.org; Mon, 27 Apr 2009 10:39:06 -0400 Received: from bsdimp.com ([199.45.160.85]:61351 helo=harmony.bsdimp.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LyRz7-00062k-Ru for qemu-devel@nongnu.org; Mon, 27 Apr 2009 10:39:06 -0400 Date: Mon, 27 Apr 2009 08:37:52 -0600 (MDT) Message-Id: <20090427.083752.-1827356647.imp@bsdimp.com> Subject: Re: [Qemu-devel] [PATCH] Move block format drivers to new directory 'bdrv' From: "M. Warner Losh" In-Reply-To: <20090427135200.GA4885@shareable.org> References: <49F5A1A9.2030704@redhat.com> <20090427135200.GA4885@shareable.org> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: jamie@shareable.org Cc: kwolf@redhat.com, blauwirbel@gmail.com, qemu-devel@nongnu.org, avi@redhat.com, hch@lst.de In message: <20090427135200.GA4885@shareable.org> Jamie Lokier writes: : With GIT handling renames, adding more directories in future as needed : and moving things into them might be quite straightforward, I'm not : sure. Yes. It does. Any of the more modern (post cvs) VCS do this. Warner