svn - Is there a way in subversion to tell parent branch -


Is there a way to tell parent branch in subdivision? I have two branches and branches are B. I want to be able to tell my parent branch (from which branch it was originally copied).

You copy / merge / tag points to svn log -v --stop-on- Copy can be viewed through . Verbose is showing -v , showing which path had changed and the place where you will see a copy from location and modification. - Stop-on-copy is to avoid the most recent copy last.

Comments