Return-Path: Delivered-To: apmail-ofbiz-user-archive@www.apache.org Received: (qmail 19777 invoked from network); 22 May 2008 15:25:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 May 2008 15:25:56 -0000 Received: (qmail 44527 invoked by uid 500); 22 May 2008 15:25:55 -0000 Delivered-To: apmail-ofbiz-user-archive@ofbiz.apache.org Received: (qmail 44509 invoked by uid 500); 22 May 2008 15:25:55 -0000 Mailing-List: contact user-help@ofbiz.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@ofbiz.apache.org Delivered-To: mailing list user@ofbiz.apache.org Received: (qmail 44498 invoked by uid 99); 22 May 2008 15:25:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 May 2008 08:25:55 -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: local policy) Received: from [71.119.123.156] (HELO hlmksw.com) (71.119.123.156) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 22 May 2008 15:25:07 +0000 X-NAI-Header: Modified by McAfee Webshield appliance 192.168.2.3 DKIM-Signature: v=0.10; a=rsa-sha256; c=relaxed/relaxed; d=hlmksw.com; s=2008; t=1211469322; h=Message-ID: Date:From:Organization:User-Agent:MIME-Version: To:Subject:References:In-Reply-To:Content-Type: Content-Transfer-Encoding; bh=r0VX8TMmLK5 Txf3RP3mufiZbHCeOVI1JeQz8PPBd+WQ=; b=yF1cr5Y52SajM dlXwhCMCPeX1bjEI80C/Sox/3swRLaSC1yRuKHwR0bB02MggAW b3k/RDF7nHaGzmYzFINduapZi+xPAZ3QCsv327vcWNZ72QtWBl AYqJ5vhzIx2dCPFWgP+TiQlTWNNoSu0acim3zfJ9Vf2mqBGXHI IyBfnqJg= Received: from (mail.hlmksw.com [192.168.2.22]) by isa.hlmksw.com with smtp id 1831_e5c9919c_2811_11dd_af0c_00a0d1e7224f; Thu, 22 May 2008 08:15:22 -0700 Received: from [192.168.2.74] ([192.168.2.74]) by hlmksw.com ( IA Mail Server Version: 6.1.22.1 Build: 112 ) ; Thu, 22 May 2008 08:23:14 -0700 Message-ID: <4835904C.9060806@hlmksw.com> Date: Thu, 22 May 2008 08:25:00 -0700 From: Adrian Crum Organization: Hallmark Southwest Corporation User-Agent: Thunderbird 1.5.0.14 (Windows/20071210) MIME-Version: 1.0 To: user@ofbiz.apache.org Subject: Re: Best stable version for production ecommerce web site References: <2acf64420805201247v5a4bcdat5c368db8fb933622@mail.gmail.com> <483398A8.60400@gmail.com> <2acf64420805211013t7f88c626j5ff4032c3e2cfe31@mail.gmail.com> <033201c8bb7b$c1c39110$0a00a8c0@ericlaptop> <4834A210.90802@makeyour-point.com> <4834B706.1000800@hlmksw.com> <016e01c8bc1e$ca9348f0$0a00a8c0@ericlaptop> In-Reply-To: <016e01c8bc1e$ca9348f0$0a00a8c0@ericlaptop> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org That's similar to how I do it. 1. Update local copy from the trunk. 2. Apply the development patch. 3. Test the local copy. If all is okay, then 4. Revert local copy, apply production patch. 5. Deploy local copy to the server. I have a script that does an SVN export, then zips it into a single file. Then I ftp the zipped file to the server and unzip it. -Adrian Eric DE MAULDE wrote: > Hi, > > Do you have a production server working every time (without failure) ? > If an updated version of the trunk contains a bug, what happens ? > > Is the following system realistic ? > I develop with a local copy from the OFBiz Trunk. > *** At once this local copy is my working copy (client) from the > official repository (OFBiz trunk server) > and the server (repository) to my OFBiz production copy in the > hosting computer. > > When I stabilize my local development copy (without bug) > I upate my hosting production copy > Then again I update and stabilize my local development copy > ... > > Thanks > > Eric > > >> Here is the system I use, for what it's worth: >> >> 1. I keep two main patch files - basic_development.patch and >> basic_production.patch. Both patch files change the OFBiz >> configuration to work with our network environment, each one using >> settings chosen for the task - development or production. Only one >> patch is used at a time. >> >> 2. I keep all of my custom development in a single folder under the >> ofbiz/applications folder. I avoid touching the trunk code at all >> costs - except for the configuration patches mentioned above. >> >> 3. To keep my local copy updated, I do an SVN revert (to reverse the >> changes made by the patch), then an SVN update, then re-apply the >> patch. My custom development folder is untouched by the SVN commands, >> because SVN doesn't "know" about the folder. >> >> This works really well and it doesn't involve any complicated merging >> - since the configuration files changed by the patches seldom change >> in the trunk. >> >> -Adrian >> >> Ray Barlow wrote: >>> The release branch would hopefully be more stable, but it will be >>> missing all of the features added to the main trunk since it branched. >>> At the end of the day the choice is yours, if you are going to do enough >>> testing then no reason you can't snapshot the trunk version test what >>> you need to use, fix (and submit patches) and get the best of the recent >>> changes. >>> >>> Re SVN updates read through these for some ideas: >>> http://docs.ofbiz.org/x/l >>> http://docs.ofbiz.org/x/8gI >>> >>> Ray >>> >>> PS: I don't think there is a "stable" tag, just the release branch and >>> trunk. >>> >>> PPS: There have been rumours of doing a new release branch sometime >>> soonish but no commitments on that one! >>> >>> >>> >>> Eric wrote: >>>> Hello, >>>> >>>> I have read the documentation >>>> http://docs.ofbiz.org/display/OFBADMIN/Release+Plan >>>> What version is the best for a production ecommerce web site ? Branch >>>> release.4.0 >>>> >>>> Where is the tag "stable" ? >>>> How can I download / update my package to this tag with subversion ? >>>> >>>> Thanks >>>> >>>> Eric >>>> >>>> >>>> >>> >> >> >> >> -- >> No virus found in this incoming message. >> Checked by AVG. Version: 7.5.524 / Virus Database: 269.24.0/1459 - >> Release Date: 21/05/2008 17:34 >> >> > >