I have a couple of fixes I've done on a branch that I want merged back into the trunk. I do not want to merge the whole branch into the trunk, just the few branch checkins I've done. What's the correct syntax for doing this?
TY, Fred
|
|
|
I'm not sure exactly what you're asking as the title talks about merging single files but the text of the question talks about single revisions. In the case of merging single revisions you need: (to merge the changes committed in revisions 100, 105, 115)
If you want to merge only the part of revision 100 that affects file.cpp:
|
|||
|
|
|
You want to merge the whole branch.
Starting in svn 1.5, information on what was merged is stored in the repo - in the |
||||
|
|