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

  • Home
  • SEARCH
  • 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 3794242
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T12:53:58+00:00 2026-05-19T12:53:58+00:00

Just asking a simple question. What is the best way to merge two Subversion

  • 0

Just asking a simple question.
What is the best way to merge two Subversion branches together?

I wish to merge branch name 3661 into branch name 2011-01-17

3661 has a revision code of 16658

2011-01-17 has a revision code of 16613

  • 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-19T12:53:59+00:00Added an answer on May 19, 2026 at 12:53 pm

    This is how I do (I use command line)

    (1) Get the revision of 3661 when the branch was created like this

    svn log --verbose --stop-on-copy http://url/to/branch/3661
    

    Take the smallest revision from the output. Let’s say it’s 911

    (2) Checkout the latest of branch 2011-01-17, and run this in the main directory. This will show all the conflicts and updates but won’t do anything.

     svn merge --dry-run -r 911:HEAD http://url/to/branch/3661
    

    (3) If you are OK with the changes do a actual merge

     svn merge -r 911:HEAD http://url/to/branch/3661
    

    Nothing is committed on server yet. It’s just you local copy is merged. You may want to fix all the conflicted file now.

    (4) If you want to persist the merge on server commit the changed files by doing this

     svn commit -m "Merged 3661 changes into 2011-01-17"
    

    Hopefully this helps. You may want to see this chapter of red book http://svnbook.red-bean.com/en/1.0/ch04s04.html

    Also, you need command line SVN client. You can download it from Subversion’s website

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

Sidebar

Related Questions

Asking a simple question, just want everyone have fun to solve it. I got
Im just asking you a simple question to you experts because i just started
I just started to study the android so im asking such a simple question.
I am just asking a quick simple question here. I'm trying to code poker
Pretty simple question. Its just some advice based on personal opinion and best practice.
Simple question that I'm asking just as much for myself as for anyone who
I hope this question is not 'controversial' - I'm just basically asking - has
Forgive me for asking such a simple question, I'm new to both HTML and
I feel kind of silly asking this question as it seems really simple, but
I'm not sure if I'm even asking this question correctly. I just built my

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.