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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T05:21:29+00:00 2026-05-26T05:21:29+00:00

Maybe this is stupid question, but I’d like to raise here since it’s not

  • 0

Maybe this is stupid question, but I’d like to raise here since it’s not clear for me: git commit file content as snapshot relative to svn commit as delta storage systems, does it mean git needs more disk space than svn ? personally thinks it shall be delta in reasonable.

  • 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-26T05:21:29+00:00Added an answer on May 26, 2026 at 5:21 am

    Logically, git stores every file (actually, every object) in the repository by itself and identifies them by their SHA1. You can look at this yourself, the objects are in directories in .git/objects that are identified by the first two characters of the SHA1.

    But git also supports storing (and transferring) the objects in so called packfile. This file contains objects that are compressed using zlib. But it can also contain delta-compressed objects that reference another object in the same packfile (it doesn’t have to be the previous version of the same file).

    Objects saved as normal files are compressed into a packfile when you call git gc. This also happens automatically during some of the git operations that are likely to produce those “loose objects”.

    Because of all this, git working directory is often smaller than SVN working directory. Which is great, considering that git working dir contains all the history of the repo. (SVN working dir is usually about twice the size of the files in it. That’s because it contains another copy of every file for diffing and commiting.)

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

Sidebar

Related Questions

This maybe a stupid question, but as I can not easily undo my change
This is maybe a stupid question, but since I am relatively new to UDP
maybe this is a stupid question but : i run perl 5.8.8 and i
This question is for a web application. And maybe it's a stupid question but
Well, maybe it is a stupid question, but I cannot resolve this problem. In
I'm not a DBA so this may be a stupid question but I'll ask
Maybe this is a very stupid question but... Why should I use tinytext and
I know maybe this is a stupid question, But i suck at sql But
Maybe I'm asking a stupid question, but I can't understand this behavior: <?php $this->meeting->google_id
This probably sounds like a stupid question, but I'm going to give it a

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.