I'm new to svn and I'm a bit confused with reintegrate function.
When I started to develop new feature I created branch of my project. Then I committed some revisions and now I want to reintegrate it back to trunk. When I do this it appears like single commit in trunk branch. But I want to see all history of revisions of feature branch in my trunk. What I have to do for this? Maybe ‘Merge range of revisions’ will help? Or I have to store this feature branch forever to access it's history?