Is there a way to tell parent branch in subversion? I have two branches BranchA and BranchB I want to be able to tell their parent branch (from which branch was it originally copied).
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.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With