Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

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.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6940163
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T12:43:03+00:00 2026-05-27T12:43:03+00:00

How do I find all all the branches that contain a particular change revision?

  • 0

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?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T12:43:04+00:00Added an answer on May 27, 2026 at 12:43 pm

    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:

    svn mergeinfo SOURCE_URL[@REV] [TARGET[@REV]] 
    

    Query information related to merges (or potential merges) between SOURCE-URL and TARGET.
    If the --show-revs option is not provided, display revisions which have been merged from SOURCE-URL to TARGET.
    Otherwise, display either merged or eligible revisions as specified by the --show-revs option.

    Example:

    Find out which changesets your have been merged from your trunk directory into your test branch:

    $ svn propget svn:mergeinfo ^/branches/test
    /branches/other:3-4
    /trunk:11-13,14,16
    

    So for a given source and target:

    $ svn mergeinfo --show-revs merged ^/trunk ^/branches/test
    r11
    r12
    r13
    r14
    r16
    $ 
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to find all element that contains all words in a phrase after
I've tried git branch -r , but that only lists remote branches that I've
I need to find the 'name of the branch that has made the most
how can i find all the anchor tags with source pdf $string=hello this is
I need to find all the occurences of a file Test.TXT in c:\ or
I want to find all the demo words using PHP and regEx. $input ='demo';
I'm trying to find all href links on a webpage and replace the link
I need to find all CIDs (Contracts) meet the following conditions They are active
I need to find all occurences of 'Of' (case sensitive) in table Cities .
I want to find all foreign keys in a table, and for each foreign

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.