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 <[EMAIL PROTECTED]> wrote:

Hernan,
    Glad to hear you got it working.  As for the command-line way:

svn merge [EMAIL PROTECTED]
[EMAIL PROTECTED]
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 <[EMAIL PROTECTED]> 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* <[EMAIL PROTECTED]
> > <mailto:[EMAIL PROTECTED] >> 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
> >      >
> >      >
> >
> >
>



Reply via email to