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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T22:14:46+00:00 2026-05-21T22:14:46+00:00

We did following ugly thing: So, how can we achieve another reintegrate ? What

  • 0

We did following ugly thing:

svn history

So, how can we achieve another reintegrate?

What did I try so far?

  • well, the obvious merge – which fails brutally!
  • creating a patch and apply it to trunk (which should work, as it diffs the files with no svn only…)
  • creating another branch @ trunk r101 and merge all the changes from first branch – fails brutally 🙂

edit:

merge-infos for trunk do not show any merged revisions of the desired branch (as I’ve rolled them back with r101)

  • 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-21T22:14:47+00:00Added an answer on May 21, 2026 at 10:14 pm

    This should be just a special case of a problem I had: Undo reverse merge in Subversion, or double-reverse merge

    I’d recommend trying to just rollback r101.

    EDIT

    Okay, let’s say your repo is set up as follows:

    svnadmin create mergetest
    svn co file:///home/adam/tmp/mergetest mergetest-co
    cd mergetest-co/
    svn mkdir trunk
    svn mkdir branches
    svn ci -m "Initial setup"
    
    echo "Hello, world!" > trunk/test
    svn add trunk/test
    svn ci -m "Initial trunk changes"
    
    svn cp file:///home/adam/tmp/mergetest/trunk file:///home/adam/tmp/mergetest/branches/branch -m "Creating branch"
    svn up
    
    echo "Change on trunk." >> trunk/test
    svn ci -m "Change on trunk"
    
    svn merge file:///home/adam/tmp/mergetest/trunk branches/branch
    svn ci -m "Merge from trunk"
    
    echo "Change on branch." >> branches/branch/test
    svn ci -m "Change on branch"
    
    svn up
    svn merge --reintegrate file:///home/adam/tmp/mergetest/branches/branch trunk
    svn ci -m "Reintegrate merge" # Revision 7                                                                                                                                          
    
    svn merge -c -7 trunk trunk
    svn ci -m "Undoing reintegration" # Revision 8
    

    At this point, undoing the undo works: svn merge -c -8 trunk trunk. Also, reintegrating again works: svn merge --reintegrate file:///home/adam/tmp/mergetest/branches/branch trunk. Since your reintegrate was rolled back, there should be no problem with simply reintegrating again. If it doesn’t work, my setup must not match your setup, so some other detail must be the problem.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

How can I create a const boost matrix? The following did not work: const
I did the following steps to use the CDialog in win 32 application: Changed
I did the following but it not work for always.It works if i launch
Im a clojure beginner.I did the following steps as given on http://www.unexpected-vortices.com/clojure/brief-beginners-guide/development-env.html to setup
hay all, I just did the following: a = input(give a word: ) b
Did you ever have the following situation: you need to store information, but a
I did my research but haven't found an answer to the following problem: I
Consider the following code (for simplicity, I did not follow any C# coding rules).
Did I not get enough sleep or what? This following code var frame=document.getElementById(viewer); frame.width=100;
f'I have the following: A---B---C-----D-- branch dev \--C'-E-/ branch test I did it bad:

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.