Return-Path: X-Original-To: apmail-incubator-ooo-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-ooo-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 5D91B719E for ; Sat, 19 Nov 2011 20:29:39 +0000 (UTC) Received: (qmail 91545 invoked by uid 500); 19 Nov 2011 20:29:39 -0000 Delivered-To: apmail-incubator-ooo-dev-archive@incubator.apache.org Received: (qmail 91499 invoked by uid 500); 19 Nov 2011 20:29:39 -0000 Mailing-List: contact ooo-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ooo-dev@incubator.apache.org Delivered-To: mailing list ooo-dev@incubator.apache.org Received: (qmail 91486 invoked by uid 99); 19 Nov 2011 20:29:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 19 Nov 2011 20:29:39 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of dennis.hamilton@acm.org designates 75.98.160.130 as permitted sender) Received: from [75.98.160.130] (HELO a2s15.a2hosting.com) (75.98.160.130) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 19 Nov 2011 20:29:31 +0000 Received: from 63-226-210-225.tukw.qwest.net ([63.226.210.225] helo=Astraendo) by a2s15.a2hosting.com with esmtpa (Exim 4.69) (envelope-from ) id 1RRrXC-0004gc-N3; Sat, 19 Nov 2011 15:29:10 -0500 Reply-To: From: "Dennis E. Hamilton" To: , References: <003201cca6d2$338021c0$9a806540$@acm.org> <1321725724.70367.YahooMailClassic@web113507.mail.gq1.yahoo.com> In-Reply-To: <1321725724.70367.YahooMailClassic@web113507.mail.gq1.yahoo.com> Subject: RE: [Code] strategy for "child works spaces" Date: Sat, 19 Nov 2011 12:29:19 -0800 Organization: NuovoDoc Message-ID: <008901cca6f9$eacc0b10$c0642130$@acm.org> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Outlook 14.0 Thread-Index: AQHh1dGnsWrM8fRTQMFc1nRVBzo0mpWKQ3zQ Content-Language: en-us X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - a2s15.a2hosting.com X-AntiAbuse: Original Domain - incubator.apache.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - acm.org X-Virus-Checked: Checked by ClamAV on apache.org Pedro, Why does bringing in a CWS require creating diffs? If the CWS is installed on a client, any diffing can be done afterwards = using tools that support SVN, yes? Have you checked the instructions for how non-committers can use SVN to = prepare a patch from changed files in a working copy? Is there a way to = exploit that for what you are thinking of? - Dennis PS: I agree that many concrete cases of working on a branch can be kept = simple. But an extensive feature requires some way to be integrated for = build-checking somehow. There are also preparations that can be made in = the main tree by having benign stubs awaiting integration of a live = feature. It all takes foresight and attention to modularization and = interfaces, though. -----Original Message----- From: Pedro Giffuni [mailto:pfg@apache.org]=20 Sent: Saturday, November 19, 2011 10:02 To: ooo-dev@incubator.apache.org; dennis.hamilton@acm.org Subject: RE: [Code] strategy for "child works spaces" --- On Sat, 11/19/11, Dennis E. Hamilton = wrote: ... > This is not my area of expertise by > any means. =20 >=20 > And I have a concern that this is topic is being > over-simplified. This description is to test my own > understanding of what it takes. >=20 I have concern that things look a lot more complex when we discuss them too much, and eventually we will not try anything at all. [ ... ] I would be interested in working in a development branch if there is a clear path to integrate some of the CWSs there. At this point I don't know how to turn those into diffs (I guess I have to do that in Hg, and I am not good at it). [ ... ]