Daily Archives: September 10, 2008

How To Use SVN merge

If you created a branch and want to merge your branch changes into trunk, here’s what to do: svn merge trunk_path@head branch_path@head .

Leave a comment