From: Matthieu Moy <Matthieu.Moy@imag.fr>
To: git@vger.kernel.org
Subject: Re: Newbie experience with push over ssh
Date: Wed, 14 Feb 2007 17:47:03 +0100 [thread overview]
Message-ID: <vpqfy98660o.fsf@olympe.imag.fr> (raw)
In-Reply-To: <17875.14305.910866.273778@lisa.zopyra.com> (Bill Lear's message of "Wed\, 14 Feb 2007 10\:25\:05 -0600")
Bill Lear <rael@zopyra.com> writes:
> % cat ~/.gitconfig
> [alias]
> scp !scp
> rcp !rcp
> % git scp -rp . me@remotehost:/directory
[ in this case, I'd prefer using rsync ]
Well, this does not the same as being able to really use git to push.
First, you have no guarantee that the repository will be consistent
during the push. I belive the git repository format is relatively safe
with this regard since git doesn't rewrite data in-place, so the worst
that can happen is probably that someone gets a reference to a
not-yet-uploaded object.
But the real advantage of using the version control system to upload
is to avoid the case of
$ cd /path/to/dumb/project
$ rsync ./ path:to/very/important/project/
since rsync/scp are not designed to look at the content of the
destination before overriding it. Using git, I believe such
miss-manipulation could lead to having irrelevant data in a
repository, but not to data-loss.
--
Matthieu
next prev parent reply other threads:[~2007-02-14 16:47 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-02-14 14:07 Newbie experience with push over ssh Matthieu Moy
2007-02-14 14:27 ` Matthias Lederhofer
2007-02-14 16:10 ` Joseph Wakeling
2007-02-14 16:25 ` Bill Lear
2007-02-14 16:29 ` Joseph Wakeling
2007-02-14 16:34 ` Bill Lear
2007-02-14 16:48 ` Joseph Wakeling
2007-02-14 16:54 ` Bill Lear
2007-02-14 16:56 ` Matthieu Moy
2007-02-14 17:04 ` Joseph Wakeling
2007-02-14 17:38 ` Nicolas Pitre
2007-02-14 17:47 ` Joseph Wakeling
2007-02-14 17:51 ` Jeff King
2007-02-14 18:03 ` Nicolas Pitre
2007-02-14 16:47 ` Matthieu Moy [this message]
2007-02-15 15:35 ` Andreas Ericsson
2007-02-14 17:52 ` Matthias Lederhofer
2007-02-14 18:00 ` Joseph Wakeling
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=vpqfy98660o.fsf@olympe.imag.fr \
--to=matthieu.moy@imag.fr \
--cc=git@vger.kernel.org \
/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.