Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 9665 invoked from network); 21 Jun 2006 23:34:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 21 Jun 2006 23:34:49 -0000 Received: (qmail 71422 invoked by uid 500); 21 Jun 2006 23:34:48 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 70888 invoked by uid 500); 21 Jun 2006 23:34:46 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 70876 invoked by uid 99); 21 Jun 2006 23:34:46 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Jun 2006 16:34:46 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of hcunico@gmail.com designates 64.233.184.230 as permitted sender) Received: from [64.233.184.230] (HELO wr-out-0506.google.com) (64.233.184.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Jun 2006 16:34:45 -0700 Received: by wr-out-0506.google.com with SMTP id 70so364741wra for ; Wed, 21 Jun 2006 16:34:24 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:x-accept-language:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=YIu713AdVSs6yjVKLbggkHvwGy3EdXXNNzg+eD2lBF30oUTG3iaQIk1mBIOlHqxoTPvcgPOEtoxfPF21xFc8kev/GF2hc7Eop8XloElEfIeh6/ILiXV+u28vs5+e6K78hTVoBW/S89Mw0zltcmhESBQeqKqHsXAJDoj7hLIN7SA= Received: by 10.54.98.5 with SMTP id v5mr1411337wrb; Wed, 21 Jun 2006 16:34:24 -0700 (PDT) Received: from ?192.168.1.102? ( [24.163.84.150]) by mx.gmail.com with ESMTP id 45sm943575wri.2006.06.21.16.34.24; Wed, 21 Jun 2006 16:34:24 -0700 (PDT) Message-ID: <4499D77F.9060805@gmail.com> Date: Wed, 21 Jun 2006 19:34:23 -0400 From: Hernan Cunico User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: dev@geronimo.apache.org Subject: Re: Web site update References: <4496F6D6.1070205@gmail.com> <4497FA48.9090002@gmail.com> <44999238.10901@gmail.com> <74e15baa0606211525g11abc47aj43f0f76fd48c02c8@mail.gmail.com> In-Reply-To: <74e15baa0606211525g11abc47aj43f0f76fd48c02c8@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N We now have the web site updated with the content from the trunk so the merge is behind. I have a question though, we did not have branches for the web site before, just a "main" trunk. What would be the criteria from now on to update the web site? There were updates to the web site directly on the trunk while I was updating the branch may2006. Not sure I understand why we need branches to maintain the web site now. We did the big "face lift" and some reorg when we updated the look and feel and we only used trunk. Thoughts? Cheers! Hernan Aaron Mulder wrote: > I think this is complicated by the fact that we split out the trunk > and branch after the fact (basically moved trunk to branch and > recreated trunk by copying from a previous revision. > > I think the way to do the merge would be to generate a diff between > the revision we copied to trunk (I forget which but it said in the > commit message when I did it) and the tip of the branch. I think it > would be important to use that exact revision number as the "before" > point in generating the diff or doing the merge. > > Thanks, > Aaron > > On 6/21/06, Jeremy Whitlock wrote: > >> Hernan, >> Glad to hear you got it working. As for the command-line way: >> >> svn merge URL_TO_REPO_PATH@REV_OF_PATH_BEFORE_CHANGES >> URL_TO_REPO_PATH@LAST_REV_OF_CHANGES >> PATH_TO_WORKING_COPY_YOU_WISH_TO_MERGE_CHANGES_INTO >> >> Sorry for the weird looking command but I tried to put some useful >> tidbits >> into the command. ;) >> >> Take care, >> >> Jeremy >> >> >> On 6/21/06, Hernan Cunico wrote: >> > Hi Jeremy, >> > I was using a graphical tool to do the merge. The dry run would show >> all >> the files that would be >> > updated but when I ran it "for real" nothing really changed on my >> working, >> local trunk, copy. >> > >> > I did an svn stat and saw no changes, did an svn up and it failed. >> Can't >> remember exactly the error >> > msg but was something about not a working directory or can not run from >> the same directory. >> > >> > I ended up doing a new svn co from the trunk, updated the project files >> and xdocs, rebuilding and >> > committing. I couldn't find any other way to do it, then I updated >> the web >> site from the trunk. >> > >> > What would the "svn command line" way be for merging the branch into >> the >> trunk? >> > >> > Thanks >> > >> > Cheers! >> > Hernan >> > >> > Jeremy Whitlock wrote: >> > > Hernan, >> > > Can you paste the command that you are trying to use? Merging is >> > > the proper approach for this type of thing. With the merge >> command, you >> > > can create a patch using the unified-diff output and piping it to a >> > > file. If I can see your command, I can hook you up. >> > > >> > > Take care, >> > > >> > > Jeremy >> > > >> > > On 6/20/06, *Hernan Cunico* > > > > wrote: >> > > >> > > Merging isn't working, I don't see anything being updated into >> trunk. >> > > How do I create a patch if my local working copy is fully in sync >> > > with the branch, not the trunk. >> > > >> > > Is there a way to copy/move the content of the branch and >> overwrite >> > > the trunk? >> > > >> > > Thanks >> > > >> > > Hernan >> > > >> > > David Blevins wrote: >> > > > On Jun 19, 2006, at 12:11 PM, Hernan Cunico wrote: >> > > > >> > > >> Hi All, >> > > >> I'm a bit lost with the two branches we have now to manage >> the >> web >> > > >> site. I have the .../site/branches/may2006 branch updated >> > > and ready >> > > >> to go live, it already includes that last two changes >> (updated >> > > events >> > > >> and added book to documentation). >> > > >> >> > > >> What would be the next step? replacing the content of >> .../site/ >> > > trunk >> > > >> and then commit to the live site from the updated trunk? >> how do >> I >> > > >> replace it the content in .../site/trunk with the may2006 >> branch? >> > > > >> > > > >> > > > Typically, you'd merge over your changes. Could use the 'svn >> merge' >> > > > command. Or you could create a patch file and apply it to >> trunk. >> I >> > > > like to use the graphical diff tool in Visual SlickEdit, but >> > > that's not >> > > > free. >> > > > >> > > > -David >> > > > >> > > > >> > > >> > > >> > >> >> >