From: Ted Pavlic <ted@tedpavlic.com>
To: Greg Hauptmann <greg.hauptmann.ruby@gmail.com>
Cc: git <git@vger.kernel.org>
Subject: Re: do you recommend "git" (over svn) for a 1-person team???
Date: Wed, 28 Jan 2009 21:09:09 -0500 [thread overview]
Message-ID: <49810FC5.2070902@tedpavlic.com> (raw)
In-Reply-To: <d30068860901281725t14d19c1vc0557182bca3eb8d@mail.gmail.com>
> Do you recommend "git" (over svn) for a 1-person team??? (the
> ability to commit whilst offline on my laptop sounds potentially
> enough reason)
At this point, it is clear that you've bought into using *some* form of
revision control locally. So you are really asking whether DVCS is
appropriate for personal-only use. If all you care about is the ability
to commit locally, then you might as well use vanilla RCS (i.e., the
ultimate "plumbing" behind SVN).
How easy DVCS solutions make merging and rebasing is a secondary feature
for me. Primarily, I like that while doing my work, I don't ever have to
*think* about the revision control. I don't have to check out or lock
files. I don't have to worry about checking in all of my changes. I just
work, and, when I'm ready, the DVCS takes care of everything else. It's
the *overall* ease of use that makes DVCS so valuable to me... (and who
knows... maybe later someone will want to clone my repo and we'll trade
commits back and forth)
[ Keep in mind that git is not the only DVCS. For some of my personal
projects, I use hg (Mercurial), and for others I use git. On none of
them do I use SVN. Unfortunately, the proliferation of SVN on
SourceForge has prevented me from contributed myriad local patches to
projects that are otherwise very important to me. Perhaps another great
reason to use DVCS locally is that you'll be putting implicit pressure
on places like SF to modernize. ]
Best --
Ted
--
Ted Pavlic <ted@tedpavlic.com>
Please visit my ALS association page:
http://web.alsa.org/goto/tedpavlic
My family appreciates your support in the fight to defeat ALS.
next prev parent reply other threads:[~2009-01-29 2:10 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <d30068860901281718x363348caya2dc94e798cc8091@mail.gmail.com>
2009-01-29 1:25 ` do you recommend "git" (over svn) for a 1-person team??? Greg Hauptmann
2009-01-29 1:38 ` Sverre Rabbelier
2009-01-29 2:09 ` Ted Pavlic [this message]
2009-01-29 2:15 ` James Pickens
2009-01-29 2:28 ` Martin Langhoff
2009-01-29 2:46 ` Greg Hauptmann
2009-01-29 3:31 ` Ted Pavlic
2009-01-29 4:05 ` Jeff King
2009-01-29 3:27 ` Ted Pavlic
2009-01-29 2:21 ` Garry Dolley
2009-01-29 2:57 ` david
2009-01-30 12:46 ` Jakub Narebski
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=49810FC5.2070902@tedpavlic.com \
--to=ted@tedpavlic.com \
--cc=git@vger.kernel.org \
--cc=greg.hauptmann.ruby@gmail.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).