Showing posts with label svn branch merge. Show all posts
Showing posts with label svn branch merge. Show all posts

Wednesday, October 19, 2011

Svn merge latest changes from trunk to branch

Command is simple, just log it for further reference:
svn log | more

List of latest merged versions could be printed by:
svn propget svn:mergeinfo .

from output you need to get latest revision of you previous merge from trunk or initial coping to branch. For example: 1001.

svn merge -r 1001:HEAD https://svn.dev.your/repo/trunk/src .