Return-Path: Delivered-To: apmail-myfaces-dev-archive@www.apache.org Received: (qmail 2513 invoked from network); 24 Oct 2007 16:51:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Oct 2007 16:51:46 -0000 Received: (qmail 34616 invoked by uid 500); 24 Oct 2007 16:51:33 -0000 Delivered-To: apmail-myfaces-dev-archive@myfaces.apache.org Received: (qmail 34572 invoked by uid 500); 24 Oct 2007 16:51:33 -0000 Mailing-List: contact dev-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Development" Delivered-To: mailing list dev@myfaces.apache.org Received: (qmail 34561 invoked by uid 99); 24 Oct 2007 16:51:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Oct 2007 09:51:33 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of andrew.rw.robinson@gmail.com designates 66.249.90.183 as permitted sender) Received: from [66.249.90.183] (HELO ik-out-1112.google.com) (66.249.90.183) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Oct 2007 16:51:37 +0000 Received: by ik-out-1112.google.com with SMTP id c30so144796ika for ; Wed, 24 Oct 2007 09:51:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=lk/y9G7r/YEBMdkcekQ3QHfPZsxnIQj489FUPwCQ1VY=; b=m0RiWRwCdHeeMLTpyQN9+MZtm+BIkiwB6sbSHu7olNwQlDEao3LfdPGQyWJOt1Szm/DF0bSNzq6fNR3OslCXW2F+zVxwldNRBZAlHCPJk9F3FEDeZnnSllubHd6iq2xaDaQd2CiRZ3BMDK6N34vSAUjfUhaYnv0u0PA76/UXsKE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=q9aQR0MNuXS5N+EuB1nUQ6QsFMC2JZWUHqfHMRauWSuBjF1w4kOvKrepO7SjROUM7MkZQMgrhzfZVHHo70cIol8bAwCj1Bef6BUywRFj7MsvOfBRSxW+hxHEO4S87YfFx8za2yPHNb4aNrBqnzwjwv4346tGF/8Z1nI3jm0g2lc= Received: by 10.151.14.8 with SMTP id r8mr169642ybi.1193244674532; Wed, 24 Oct 2007 09:51:14 -0700 (PDT) Received: by 10.35.17.10 with HTTP; Wed, 24 Oct 2007 09:51:14 -0700 (PDT) Message-ID: Date: Wed, 24 Oct 2007 10:51:14 -0600 From: "Andrew Robinson" To: "MyFaces Development" Subject: [Trinidad] Create a 1.2 trunk MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org This has been brought up in the past (1.2 trunk), but it is again a hot topic here at oracle for applying trinidad patches. Currently we have in SVN: https://svn.apache.org/repos/asf/myfaces/trinidad/trunk/trinidad https://svn.apache.org/repos/asf/myfaces/trinidad/branches/1.2.x-branch The problem with this structure is that there is a window between a trunk release and a branch release where there is no place for development on the 1.2 branch. Take now for example: 1.0.3 (Released) 1.0.4-SNAPSHOT (Trunk - dev) 1.2.3-SNAPSHOT (branch - pre-release) There is no 1.2.4 area for people that are making 1.0.4 changes to apply to the 1.2 branch. Would ppl. be in support of an SVN re-architecture for the following general structure? https://svn.apache.org/repos/asf/myfaces/trinidad/trunk/jsf-1.1/ (snapshot version) https://svn.apache.org/repos/asf/myfaces/trinidad/trunk/jsf-1.2/ (snapshot version) https://svn.apache.org/repos/asf/myfaces/trinidad/branches/jsf-1.1/1.0.4 (created for pre-release) https://svn.apache.org/repos/asf/myfaces/trinidad/branches/jsf-1.2/1.2.4 (created for pre-release) The build/api/impl folders could be directly below these folders. Example: https://svn.apache.org/repos/asf/myfaces/trinidad/trunk/jsf-1.2/trinidad-build Opinions? -Andrew