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 496D09DB2 for ; Thu, 9 Feb 2012 19:59:39 +0000 (UTC) Received: (qmail 62945 invoked by uid 500); 9 Feb 2012 19:59:39 -0000 Delivered-To: apmail-incubator-ooo-dev-archive@incubator.apache.org Received: (qmail 62690 invoked by uid 500); 9 Feb 2012 19:59:38 -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 62681 invoked by uid 99); 9 Feb 2012 19:59:38 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Feb 2012 19:59:38 +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.131 as permitted sender) Received: from [75.98.160.131] (HELO a2s15.a2hosting.com) (75.98.160.131) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Feb 2012 19:59:28 +0000 Received: from 63-226-219-46.tukw.qwest.net ([63.226.219.46] helo=Astraendo) by a2s15.a2hosting.com with esmtpa (Exim 4.69) (envelope-from ) id 1Rva95-0001LD-Ih; Thu, 09 Feb 2012 14:59:07 -0500 Reply-To: From: "Dennis E. Hamilton" To: Cc: References: <201202081951.q18Jp9Md065588@cms.zones.apache.org> <1328732532.19584.YahooMailNeo@web160904.mail.bf1.yahoo.com> <1328754174.29296.YahooMailNeo@web160905.mail.bf1.yahoo.com> <4F337CAA.2000001@googlemail.com> In-Reply-To: <4F337CAA.2000001@googlemail.com> Subject: RE: [PATCH] fieldmaster Date: Thu, 9 Feb 2012 11:59:12 -0800 Organization: NuovoDoc Message-ID: <016a01cce765$4bdd28c0$e3977a40$@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: AQLnqNXIvMVe1S/21XN9EuKVgDSOvwJlfQwXAm39WhcB7Y98aAGwpm8Dk7vowxA= 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 I am not clear what is what would be called the maintainable source in = the case of the ooo-site. It is useful to know that some of the pages are generated automatically = as byproducts of other processes (such as an IDL processor/generator) = and are not the maintainable source. I wonder if there are places in the ooo-site publication staging- and = tool-chain where one also must be careful not to patch downstream from = the preferred source. Knowing there are other steps needed beyond committing working-copy = changes to the ooo-site SVN is more mystery meat. The only way I have = seen for triggering publishing of the site is on the CMS browser = interface. I have no idea if that is the place for performing the = missing step. - Dennis -----Original Message----- From: J=C3=BCrgen Schmidt [mailto:jogischmidt@googlemail.com]=20 Sent: Wednesday, February 08, 2012 23:59 To: ooo-dev@incubator.apache.org Subject: Re: [PATCH] fieldmaster Hi Joe, On 2/9/12 3:22 AM, Joe Schaefer wrote: > Well no, but the beauty of svn is that you only need > to deal with the section of the tree you are interested > in. So don't check-out all of ooo-site just to apply this > tiny patch- look at the patch to see which directory > it applies to and just check-out THAT. > > > Applying the patch is a matter of cd'ing to that > directory and running > > % patch< path/to/email/msg.txt > % svn commit -m 'apply fieldmaster patch' > I hope you can give me a hint what I am missing... I checked out=20 http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/content/api=20 some time ago and made some changes for example in the index.html (e.g.=20 removed the project lead names) I checked the content locally and check in the index.html. But when I=20 browse the API site my changes are not yet visible there. Which step is missing? Juergen > > ----- Original Message ----- >> From: Rob Weir >> To: ooo-dev@incubator.apache.org >> Cc: >> Sent: Wednesday, February 8, 2012 9:17 PM >> Subject: Re: [PATCH] fieldmaster >> >> On Wed, Feb 8, 2012 at 3:22 PM, Joe Schaefer >> wrote: >>> No idea if this is sufficient Ric, but I used the CMS >>> to email this patch as I explained earlier. >>> >> >> Cool. But unless we have more committers download ooo-site and set = up >> an off-line site build environment, these patches are going to be = slow >> to integrate. I'm guilty as well. I'll find some time to get this >> set up on my machine. >> >> Or is there any easier way to suck these patches into the CMS? For >> example, it would be really cool if there was an "upload/apply patch" >> button in the CMS "edit" view. That would enable any committer to >> review and apply site patches, even the ones not comfortable with SVN >> and command-line tools. >> >> -Rob >> >>> >>> >>> ----- Original Message ----- >>>> From: Joe Schaefer >>>> To: ooo-dev@incubator.apache.org >>>> Cc: >>>> Sent: Wednesday, December 31, 1969 7:00 PM >>>> Subject: [PATCH] fieldmaster >>>> >>>> Here's the patch for Ric's issue. >>> ... >>> >>