From: Junio C Hamano <gitster@pobox.com>
To: "Stewart\, Louis \(IS\)" <louis.stewart@ngc.com>
Cc: "git\@vger.kernel.org" <git@vger.kernel.org>
Subject: Re: EXT :Re: GIT and large files
Date: Tue, 20 May 2014 11:14:39 -0700 [thread overview]
Message-ID: <xmqqoaysz59s.fsf@gitster.dls.corp.google.com> (raw)
In-Reply-To: <C755E6FBF6DC4447BEF161CE48BDE0BD2F0CD631@XMBVAG73.northgrum.com> (Louis Stewart's message of "Tue, 20 May 2014 17:24:12 +0000")
"Stewart, Louis (IS)" <louis.stewart@ngc.com> writes:
> Thanks for the reply. I just read the intro to GIT and I am
> concerned about the part that it will copy the whole repository to
> the developers work area. They really just need the one directory
> and files under that one directory. The history has TBs of data.
Then you will spend time reading, processing and writing TBs of data
when you clone, unless your developers do something to limit the
history they fetch, e.g. by shallowly cloning.
>
> Lou
>
> -----Original Message-----
> From: Junio C Hamano [mailto:gitster@pobox.com]
> Sent: Tuesday, May 20, 2014 1:18 PM
> To: Stewart, Louis (IS)
> Cc: git@vger.kernel.org
> Subject: EXT :Re: GIT and large files
>
> "Stewart, Louis (IS)" <louis.stewart@ngc.com> writes:
>
>> Can GIT handle versioning of large 20+ GB files in a directory?
>
> I think you can "git add" such files, push/fetch histories that contains such files over the wire, and "git checkout" such files, but naturally reading, processing and writing 20+GB would take some time. In order to run operations that need to see the changes, e.g. "git log -p", a real content-level merge, etc., you would also need sufficient memory because we do things in-core.
next prev parent reply other threads:[~2014-05-20 18:14 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-20 15:37 GIT and large files Stewart, Louis (IS)
2014-05-20 16:03 ` Jason Pyeron
[not found] ` <CALygMcCifDd4LAddZJ4tNcqqwBSvb6BGzTODHBzshBOjCwSrHQ@mail.gmail.com>
2014-05-20 16:53 ` EXT :Re: " Stewart, Louis (IS)
2014-05-20 17:08 ` Marius Storm-Olsen
2014-05-20 17:18 ` Junio C Hamano
2014-05-20 17:24 ` EXT :Re: " Stewart, Louis (IS)
2014-05-20 18:14 ` Junio C Hamano [this message]
2014-05-20 18:18 ` Stewart, Louis (IS)
2014-05-20 19:01 ` Konstantin Khomoutov
2014-05-20 18:27 ` Thomas Braun
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=xmqqoaysz59s.fsf@gitster.dls.corp.google.com \
--to=gitster@pobox.com \
--cc=git@vger.kernel.org \
--cc=louis.stewart@ngc.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.