From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LyAcB-0006CZ-16 for qemu-devel@nongnu.org; Sun, 26 Apr 2009 16:06:15 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LyAc6-0006CI-Jc for qemu-devel@nongnu.org; Sun, 26 Apr 2009 16:06:14 -0400 Received: from [199.232.76.173] (port=59891 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LyAc6-0006CF-Gu for qemu-devel@nongnu.org; Sun, 26 Apr 2009 16:06:10 -0400 Received: from mx20.gnu.org ([199.232.41.8]:32228) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LyAc5-00008I-Lp for qemu-devel@nongnu.org; Sun, 26 Apr 2009 16:06:10 -0400 Received: from bsdimp.com ([199.45.160.85] helo=harmony.bsdimp.com) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LyAc2-0002Hi-OW for qemu-devel@nongnu.org; Sun, 26 Apr 2009 16:06:07 -0400 Date: Sun, 26 Apr 2009 14:05:16 -0600 (MDT) Message-Id: <20090426.140516.776540546.imp@bsdimp.com> Subject: Re: [Qemu-devel] branch and tag names From: "M. Warner Losh" In-Reply-To: <49F4BAB7.3010501@codemonkey.ws> References: <49F4A162.4000604@redhat.com> <49F4BAB7.3010501@codemonkey.ws> 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: anthony@codemonkey.ws Cc: avi@redhat.com, qemu-devel@nongnu.org In message: <49F4BAB7.3010501@codemonkey.ws> Anthony Liguori writes: : Avi Kivity wrote: : > Currently, tags and branch names carry their cvs heritage: : > : > release_0_10_0 : > stable_0_10 : : And I even renamed them to make them less unslightly :-) They were : something like svn/tags/release_0_10_0. : : > These are unsightly. Can we move to : > : > v0.10.0 : > stable/0.10 : : v0.10.0 as a tag looks good to me. : : stable/0.10 feels a little awkward. I never have gotten quite used to : this style of tagging (using file-like hierarchies). : : I'm not super opinionated about it either way. I'm interested to see : what other people think. stable/0.10 matches what many other projects do in this respect. In fact, others do it in svn too rather than the really long names that we used to have here. But this is just a report on what's done elsewhere. I too am only mildly interested in the names here... Warner