Having trouble merging a branch with the trunk.
The branch I am trying to merge is a copy of another branch, which branched from the original trunk several revisions ago. The google search for the variable returns very little. Is what I am trying to do even feasible?
[jeff@jeff prod2.3]# svn merge -r 4723:6643 http://svn.hello.com/svn/repos/trunk/
svn: In file 'subversion/libsvn_client/merge.c' line 2711: assertion failed (SVN_IS_VALID_REVNUM( revision_primary_url_deleted))
UPDATE: Solved the issue see answer below.