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 .
Categories: Subversion
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 .
Recent Comments