Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
public:user_software:documentation:lofarsvn [2017-03-08 15:27] – external edit 127.0.0.1 | public:user_software:documentation:lofarsvn [2018-11-16 15:18] (current) – [Preparing the reintegration of your TASK! branch with the parent branch] Added a reminder about how to find out what the parent of my task branch is Thomas Jürges | ||
---|---|---|---|
Line 224: | Line 224: | ||
== Let's merge == | == Let's merge == | ||
+ | |||
+ | If you are like me then it is possible that you have forgotten what the parent of your task branch is. In this case the command | ||
+ | < | ||
+ | svn log --stop-on-copy --verbose | tail -n 20 | ||
+ | </ | ||
+ | comes handy. | ||
So, let's merge the changes from the trunk (in this example!) into your task branch. Make sure you're at the top-level '' | So, let's merge the changes from the trunk (in this example!) into your task branch. Make sure you're at the top-level '' | ||
< | < | ||
- | svn merge ^/trunk | + | svn merge --dry-run |
</ | </ | ||
- | You may wish to use the '' | + | The '' |
If there are any merge conflicts, you need to resolve them. To do so, you will have to run the above merge-command first on your workspace of the task branch. | If there are any merge conflicts, you need to resolve them. To do so, you will have to run the above merge-command first on your workspace of the task branch. |