SVN – Merge trunk revisions into branch
While working on one of our projects which uses SVN for version control, I had to merge in some changes from trunk to the branch. I did this as explained below: First checkout the branch where you want to merge revisions from trunk svn co http://svn_repo_url/project/branches/branch my_branch cd my_branch svn log -v –limit 100 # […]
Read more "SVN – Merge trunk revisions into branch"