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)
1 | cd trunk |
If you want to merge only the part of revision 100 that affects file.cpp:
1 | cd trunk/path/to/file.cpp |