From owner-svn-src-projects@FreeBSD.ORG Fri Aug 19 15:31:19 2011 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 710BD1065673; Fri, 19 Aug 2011 15:31:19 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id 47CFF8FC13; Fri, 19 Aug 2011 15:31:19 +0000 (UTC) Received: from bigwig.baldwin.cx (66.111.2.69.static.nyinternet.net [66.111.2.69]) by cyrus.watson.org (Postfix) with ESMTPSA id E02A646B2D; Fri, 19 Aug 2011 11:31:18 -0400 (EDT) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 7D1D08A02E; Fri, 19 Aug 2011 11:31:18 -0400 (EDT) From: John Baldwin To: "Bjoern A. Zeeb" Date: Fri, 19 Aug 2011 11:31:17 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110617; KDE/4.5.5; amd64; ; ) References: <201108181815.p7IIFxtV068517@svn.freebsd.org> <201108190751.23647.jhb@freebsd.org> In-Reply-To: MIME-Version: 1.0 Message-Id: <201108191131.17951.jhb@freebsd.org> Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.6 (bigwig.baldwin.cx); Fri, 19 Aug 2011 11:31:18 -0400 (EDT) Cc: svn-src-projects@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r224985 - projects/sbruno-xenplayground X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Aug 2011 15:31:19 -0000 On Friday, August 19, 2011 8:35:23 am Bjoern A. Zeeb wrote: > > On Aug 19, 2011, at 11:51 AM, John Baldwin wrote: > > > On Thursday, August 18, 2011 2:50:23 pm Doug Barton wrote: > >> On 08/18/2011 11:28, Ben Kaduk wrote: > >>> On Thu, Aug 18, 2011 at 2:15 PM, Sean Bruno wrote: > >>>> Author: sbruno > >>>> Date: Thu Aug 18 18:15:59 2011 > >>>> New Revision: 224985 > >>>> URL: http://svn.freebsd.org/changeset/base/224985 > >>>> > >>>> Log: > >>>> Pay no attention to this directory, in here madness waits. > >>>> > >>>> Added: > >>>> - copied from r224984, head/ > >>>> Directory Properties: > >>>> projects/sbruno-xenplayground/ (props changed) > >>> > >>> Not that it's particularly worth caring, but projects/$user-foo seems > >>> like it might be a better fit in user/$user/foo ... > >> > >> projects/ is for things that are likely'ish to be merged > >> user/ is for things that are related to FreeBSD, but not likely to be > >> merged into src/ > > > > Err, are you sure? The model in p4 that I tend to use is that > > user/$user/foo was for branches I will generally only use myself whereas > > projects/foo was for shared branches where multiple people can collaborate. > > Note that all of gabor's TRE stuff is in a user branch for example and that is > > certainly a merge candidate. I suspect Ben is more correct here. > > http://svnweb.freebsd.org/base/ROADMAP.txt?annotate=221478 > vs. > http://svnweb.freebsd.org/base/projects/GUIDELINES.txt?annotate=183722 Humm, well, more reason for me to just stick to p4 (though the main reason is that it actually works). :) That aside, this branch doesn't sound like a definite merge candidate, or at least not something suitable for public consumption from the description. However, I think user vs projects is mostly academic. Both of them add bulk and public, forever history to the repo and making sure to only put stuff in the repo that is actually relevant is more important than the subdirectory it uses. -- John Baldwin