Is there a way in subversion to tell parent branch
You can see copy/merge/tag points via svn log -v --stop-on-copy
. The -v
is verbose, showing which paths were changed and that is where you'll see the copy from location and revision. --stop-on-copy
is there to avoid walking past the most recent copy.