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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T10:53:51+00:00 2026-05-12T10:53:51+00:00

I have two SVN branches checked out, b1 and b2. I would like to

  • 0

I have two SVN branches checked out, “b1” and “b2”. I would like to merge all of my commits from the “b1” branch onto the “b2” branch. I have tried something like

svn merge -r HEAD:HEAD b1 b2

but it does nothing. I am sure I have this command wrong, but I can’t find good documentation on it. I would like to do this on the client side and not create a third branch.

I am using SVN 1.4.4 which doesn’t support the reintegrate option.

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-05-12T10:53:52+00:00Added an answer on May 12, 2026 at 10:53 am

    Your problem is with the -r flag. You have to specify a range of revisions. So for example:

    svn merge -r 13:HEAD b1 b2
    

    To figure out the correct revision number you can do:

    svn log --stop-on-copy b1
    

    log will then only list commits which happened on b1. The smallest revision number you’ll see will be your pick.

    I’ve never used this form though. I always ensured that I was actively on branch b2, and then did:

    svn merge -r 13:HEAD url://to/branch/b1
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

We have two branches. One is a Release Branch (RB) taken from the trunk.
I have two SVN repostitories: Project A trunk tags branches Project B trunk tags
I have two branches for which the merge was done using STS. Now we
In SVN I have a tree conflict upon merging two branches. The tree conflict
I need to fetch revisions from SVN into GIT. I have two types of
I have two projects at google code. I would like to have the first
I have two branch (let say branch A and branch B)in my svn repository
I have two checkouts of one trunk of a project via SVN. One is
I have two classes generated by LINQ2SQL both from the same table so they
I have two queries, as following: SELECT SQL_CALC_FOUND_ROWS Id, Name FROM my_table WHERE Name

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.