Hi,
I'm trying to do an svn merge of a change from trunk onto a branch (2001). The change is in trunk on revision 614.
I've tried the following and none of them do what I want :
$svn merge
08:19 AM[~/views/2001/platform/L3/src]$svn merge -r 614:HEAD https://secreturl/trunk
But this seems to pick up a lot of changes I don't want.
When I ran : svn log -r 614 https://secreturl/trunk - I saw the checkin comment for the small subset of changes I wanted to merge. What am I missing here?