How do I find all all the branches that contain a particular change revision?
For instance, I commit revision 123, then I merge it to branch RC1, but not RC2.
What command(s) can I use to get that information?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
One way would be to list all branches, and for each one listing the revision being merged in a given branch.
That information is stored in the property
svn:mergeinfo:Example:
So for a given source and target: