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 7803693
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T01:40:01+00:00 2026-06-02T01:40:01+00:00

I have two branches for which the merge was done using STS. Now we

  • 0

I have two branches for which the merge was done using STS. Now we found out that there are is some content which was not merged.
So we find the missing revisions using this command

svn mergeinfo –show-revs eligible http://mybase.branch.1 http://mytrunk.branch

I get a list of revisions. Now I would like to see the content which was not merged excluding certain files like pom.xml , properties file.

svn diff is not able to help out.

How can I do it ?

  • 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-06-02T01:40:03+00:00Added an answer on June 2, 2026 at 1:40 am

    Make a new and clean checkout of the branch. Merge all changes from the trunk on this branch. Do not commit anything! Revert files you are not interested in. Examine the changes in the working directory. Example:

    svn checkout http://svn.example.org/svn/foobar/branches/0.42 foobar
    cd foobar
    svn merge ^/trunk
    

    After these commands, the working directory contains all changes (uncommitted) that have not been merged onto the branch. You can use most SVN client to examine the changes – and revert some of them to ignore them.

    You can do a lot of operations from the command line. The following command lines (bash, Linux) reverts all changes made to files named “pom.xml”:

    svn revert $( find -name pom.xml )
    

    The following command line reverts all files except Java files (bash, Linux):

    svn revert $( find -type f ! -name \*.java )
    

    You can also use the command line tool to examine the remaining changes, e.g.:

    svn status
    svn diff
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is Mercurial always using the external merge tools when two branches that are merging
I have two branches master and exp i tried to cherry pick some of
I have two branches: trunk, production. I have found a problem in trunk, made
I'm running SourceSafe and I have two branches of my code. I'm currently using
I have two SVN branches checked out, b1 and b2. I would like to
Given that two branches have diverged and a specific commit from one branch (and
Say you have two main-line branches that have been developed separately for a long
I have two branches: local branch (the one which I work with) remote branch
I have two branches that are different enough that rebasing seems to not work
I am using git for a large legacy project which has two branches -

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.