SVN - update trunk with trunk changes in Cornerstone 2

Is there any way from the Cornerstone 2 user interface to update a branch with changes made to the trunk after the branch was created?

+4
source share
1 answer

Figured it out. In the working copy, I selected the root directory of the branch and clicked "Merge" from the top toolbar of Cornerstone. The option "Synchronize branch" is selected in the merge interface, and Cornerstone performs a dry start of the merge and displays a preview of all the files that it will merge with the trunk (there is a "Merge from" field, the default root directory of the trunk is used, ^ / trunk). From here, just β€œMerge Changes” was clicked, and the branch was updated with all changed files.

+2
source

Source: https://habr.com/ru/post/1381912/


All Articles