Re: Advice on choosing git

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Martin Langhoff
Date: Thursday, May 13, 2010 - 11:20 am

On Wed, May 12, 2010 at 2:31 AM, Noah Silverman <noah@smartmediacorp.com> wrote:

Unison is a perfect fit for items 1 & 2. Works well over large files,
does not keep history.

The DSCMs tend to fall over with very large (often binary) files. A
few videos included in your presentation, high res TIFF images,
horrendously fat PDFs coming from a third party, even an openoffice
presentation with many imagees, all make the DSCMs choke, because
internally the DSCM wants to load it into RAM to store deltas.

The DSCM assumption is that a source file will fit in ram with ample
space to spare, to be delta'd (for storage) and diff'd.


git is a perfect fit for 3 & 4. Mercurial is a close competitor.

cheers,


m
-- 
 martin.langhoff@gmail.com
 martin@laptop.org -- School Server Architect
 - ask interesting questions
 - don't get distracted with shiny stuff  - working code first
 - http://wiki.laptop.org/go/User:Martinlanghoff
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Advice on choosing git, Noah Silverman, (Tue May 11, 11:31 pm)
Re: Advice on choosing git, Dmitry Potapov, (Wed May 12, 2:04 am)
Re: Advice on choosing git, Ramkumar Ramachandra, (Wed May 12, 2:15 am)
Re: Advice on choosing git, Jonathan Nieder, (Wed May 12, 2:24 am)
Re: Advice on choosing git, Joe Brenner, (Wed May 12, 5:18 pm)
Re: Advice on choosing git, Avery Pennarun, (Wed May 12, 5:31 pm)
Re: Advice on choosing git, Matthieu Moy, (Thu May 13, 4:42 am)
Re: Advice on choosing git, Matthieu Moy, (Thu May 13, 4:48 am)
Re: Advice on choosing git, Jeff King, (Thu May 13, 4:51 am)
Re: Advice on choosing git, Avery Pennarun, (Thu May 13, 10:31 am)
Re: Advice on choosing git, Martin Langhoff, (Thu May 13, 11:20 am)
Re: Advice on choosing git, Anthony W. Youngman, (Tue May 18, 5:37 pm)
Re: Advice on choosing git, Avery Pennarun, (Tue May 18, 6:12 pm)