After I messed up a svn repo because of a wrong merge I started to read svn book and how to properly merge a branch into trunk. Let’s assume you have a branch called my-branch. 1. Go into branch folder (/var/www/my-branch) To be sure you are in the branch folder just type svn info. You… Continue reading SVN how to merge branch into trunk