git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* changing files and large files
@ 2010-05-07 19:07 Peng Yu
  2010-05-07 21:08 ` Chris Packham
  0 siblings, 1 reply; 2+ messages in thread
From: Peng Yu @ 2010-05-07 19:07 UTC (permalink / raw)
  To: git

I'm considering using file control systems. I'm wondering if git could
handle the following situations. Would you please let me?

1. Change file names: whether it records the lineage of files that
undergoes name changes?
2. Files are extremely large (of hundred of MB or even GB).

-- 
Regards,
Peng

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: changing files and large files
  2010-05-07 19:07 changing files and large files Peng Yu
@ 2010-05-07 21:08 ` Chris Packham
  0 siblings, 0 replies; 2+ messages in thread
From: Chris Packham @ 2010-05-07 21:08 UTC (permalink / raw)
  To: Peng Yu; +Cc: git

Hi,

On Fri, May 7, 2010 at 12:07 PM, Peng Yu <pengyu.ut@gmail.com> wrote:
> I'm considering using file control systems. I'm wondering if git could
> handle the following situations. Would you please let me?
>
> 1. Change file names: whether it records the lineage of files that
> undergoes name changes?
>

Technically it detects renames rather than tracking them explicitly.
Other tools (like bazaar or mercurial) track renames explicitly.

> 2. Files are extremely large (of hundred of MB or even GB).
>

Search this list for a more concrete description of where git is at
with handling large files. Generally speaking the git tools need to
read all of the file into memory to operate so the limit is really the
amount of RAM/swap space you have. I think some people on this list do
have modified version which handle files that are > than available
swap space. Git was designed around tracking source code, which it
does really well. If you're wanting to store/track media you may have
better luck with a system designed for that.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-05-07 21:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-07 19:07 changing files and large files Peng Yu
2010-05-07 21:08 ` Chris Packham

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).