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