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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T19:18:37+00:00 2026-06-02T19:18:37+00:00

After reading How and/or why is merging in Git better than in SVN? I

  • 0

After reading How and/or why is merging in Git better than in SVN?
I still don’t get it. Let’s say I have multiple versions I’m maintaining (I need to maintain them all, all in production):

  • v1.0
  • v1.1
  • v1.2
  • v1.3
  • v1.4

Now I commit a bugfix to v1.0 (and I need this bug fix in all next versions).

Now in both git and svn I have to perform the following logical operations

  1. x=1
  2. merge into next branch v1.(x)
  3. check everything is ok (tests, build) for v1.(x)
  4. x++ goto (2) until at last branch

What is the major benefit of using git for that (or gerrit)? The logical operations of merge into next branch, commit, test are the same! So what is different? (If it’s just minor merge algorithm improvements, it does not matter to me too much. I have a rather nice automatic merge resolve conflicts in Subversion. Also I don’t mind checking out branch v1.1 to do the merge in subversion because I have some utility that does that for me so I invest no time in 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-02T19:18:38+00:00Added an answer on June 2, 2026 at 7:18 pm

    Because git doesn’t store deltas like other version control systems do, it stores the full content of each file in each commit (in a very compressed and efficient way, but to keep the things simple, just keep in mind that It doesn’t store deltas, sorry to repeat but this is why most professionals new to git get so confused).

    And when it has to merge, makes a three way merge between last state/snapshot of each branch and a common base ancestor instead of trying to apply the deltas/diffs (with changed contexts) of the last 100 commits of one branch into another.

    Way simpler approach, and it’s way more effective, it doesn’t leave the user with 100 conflicts.

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

Sidebar

Related Questions

After reading Evan's and Nilsson's books I am still not sure how to manage
After reading the Test-and-Set Wikipedia entry , I am still left with the question
After reading RailsGuides , some answers here and other docs I am still confused
After reading similar questions with many variants, I'm still stuck on this issue. Here's
After reading through several Q/A, I still can't find a suitable answer for my
After reading some threads on misuses of exceptions (basically saying you don't want to
after reading few post in this forum on this topic i had better understanding
After reading this question regarding Linux: Open Terminal From Eclipse I have the same
After reading tons of documentation and questions from here I'm still stuck with the
After reading this question I have this rake task: desc Import sales task :import_sales

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.