Return-Path: X-Original-To: apmail-incubator-flex-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-flex-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4B8A4BA8E for ; Fri, 6 Jan 2012 19:10:41 +0000 (UTC) Received: (qmail 45321 invoked by uid 500); 6 Jan 2012 19:10:41 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 45294 invoked by uid 500); 6 Jan 2012 19:10:40 -0000 Mailing-List: contact flex-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: flex-dev@incubator.apache.org Delivered-To: mailing list flex-dev@incubator.apache.org Received: (qmail 45286 invoked by uid 99); 6 Jan 2012 19:10:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Jan 2012 19:10:40 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of rick.winscot@gmail.com designates 209.85.213.175 as permitted sender) Received: from [209.85.213.175] (HELO mail-yx0-f175.google.com) (209.85.213.175) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Jan 2012 19:10:31 +0000 Received: by yenm12 with SMTP id m12so805419yen.6 for ; Fri, 06 Jan 2012 11:10:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=date:from:to:message-id:in-reply-to:references:subject:x-mailer :mime-version:content-type; bh=vUK7OHYND7lVGPs/uontW0T3far7XrG+hI0tamc/jz8=; b=riXLjhALreQvw6+S16udm4M5ku0pEyXsfmaPrZHpkseFXJT8EhCpyDLfzt0UZm3aDa YuTYSVYO4BJVxPNPgLT1O5q4IsC/7QJhC7KLMV3sTpR14vQpFke79d6lD45zV+b4fXRj tDAnGc/yn5/tk8A2grMUnNxqq7b/7iJCA/XZ8= Received: by 10.236.193.41 with SMTP id j29mr6591570yhn.12.1325877010443; Fri, 06 Jan 2012 11:10:10 -0800 (PST) Received: from Rick-Winscots-iMac.local (h78.184.101.208.static.ip.windstream.net. [208.101.184.78]) by mx.google.com with ESMTPS id 3sm39794053ank.6.2012.01.06.11.10.08 (version=SSLv3 cipher=OTHER); Fri, 06 Jan 2012 11:10:09 -0800 (PST) Date: Fri, 6 Jan 2012 14:10:07 -0500 From: Rick Winscot To: flex-dev@incubator.apache.org Message-ID: In-Reply-To: References: Subject: Re: Flex SDK code conventions X-Mailer: sparrow 1.5 (build 1043.1) MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="4f07470f_1f9d5c18_d14f" X-Virus-Checked: Checked by ClamAV on apache.org --4f07470f_1f9d5c18_d14f Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Yes, past history should be preserved ( I'm not recommending that formatting be done prior to the first commit ). For clarification... after the initial commit of the SDK ( in its current state to preserve historical comparison - lets call this rev100 ) the source can be re-formatted to conform with established conventions. Formatting changes would then be committed at rev101 - this revision is the gold-standard moving forward. With that... # developers can diff between revision rev000 - rev100 without issue # developers can diff between revision rev101 - head without issue If, by chance, developers need to diff between rev50 and rev200... all they have to do is take rev50 and format it which should give them an approximation of rev101. If there is any question - they can always do a three-way compare of rev50 (re-formatted), rev101, and rev200. Having one person do the re-formatting after the repository is in place... and committing the re-formatting changes in _1_ commit is the key. Am I missing something? -- Rick Winscot On Friday, January 6, 2012 at 1:24 PM, Alex Harui wrote: > > > > On 1/6/12 10:05 AM, "Rick Winscot" wrote: > > > If this path is followed... > > > > #1 establish coding conventions > > #2 commit SDK to SVN (as-is) > > #3 run the code formatter against SDK > > #4 commit / update reformatted code > > #5 begin work on Apache Flex > > > > Until you go back in history. We are trying to commit to SVN with past > history. > > -- > Alex Harui > Flex SDK Team > Adobe Systems, Inc. > http://blogs.adobe.com/aharui > > --4f07470f_1f9d5c18_d14f--