From: Martin Langhoff <martin.langhoff@gmail.com>
To: Noah Silverman <noah@smartmediacorp.com>
Cc: git@vger.kernel.org
Subject: Re: Advice on choosing git
Date: Thu, 13 May 2010 14:20:55 -0400 [thread overview]
Message-ID: <AANLkTinIsXGxPhC8aICUTODIy2CVI9YRyeR7464h0Tbc@mail.gmail.com> (raw)
In-Reply-To: <4BEA4B46.6010009@smartmediacorp.com>
On Wed, May 12, 2010 at 2:31 AM, Noah Silverman <noah@smartmediacorp.com> wrote:
> 1) I'd like to keep my documents directory synced between the office and
> home machines.
> 2) I'd like to keep two or three sub directories of this synced with my
> laptop
> 3) We have a server in "the cloud" where I like to keep backups of my
> documents. Just in case.
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.
> 3) I have a few project where I am the only developer, but want a VCS to
> manage my changes.
> 4) I have 3-4 projects where there are a team of 3 of us and I want to
> use a VCS.
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
prev parent reply other threads:[~2010-05-13 18:21 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-05-12 6:31 Advice on choosing git Noah Silverman
2010-05-12 9:04 ` Dmitry Potapov
2010-05-12 9:15 ` Ramkumar Ramachandra
2010-05-12 9:24 ` Jonathan Nieder
2010-05-13 0:18 ` Joe Brenner
2010-05-13 0:31 ` Avery Pennarun
2010-05-13 11:48 ` Matthieu Moy
2010-05-13 17:31 ` Avery Pennarun
2010-05-19 0:37 ` Anthony W. Youngman
2010-05-19 1:12 ` Avery Pennarun
2010-05-13 11:42 ` Matthieu Moy
2010-05-13 11:51 ` Jeff King
2010-05-13 18:20 ` Martin Langhoff [this message]
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=AANLkTinIsXGxPhC8aICUTODIy2CVI9YRyeR7464h0Tbc@mail.gmail.com \
--to=martin.langhoff@gmail.com \
--cc=git@vger.kernel.org \
--cc=noah@smartmediacorp.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 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).