From: "Avery Pennarun" <apenwarr@gmail.com>
To: "Michael J Gruber" <michaeljgruber+gmane@fastmail.fm>
Cc: git@vger.kernel.org
Subject: Re: git over rsync+ssh
Date: Wed, 9 Jul 2008 12:02:41 -0400 [thread overview]
Message-ID: <32541b130807090902q2cdc9fcbg6f685dcb96407644@mail.gmail.com> (raw)
In-Reply-To: <g52gbg$si9$1@ger.gmane.org>
On 7/9/08, Michael J Gruber <michaeljgruber+gmane@fastmail.fm> wrote:
> I want to put a git repo on a server where I have ssh access but failed to
> compile git (AIX 5.1, has libz.a but no .so nor headers; compiling
> prerequisite zlib failed, probably due to a botched build environment).
>
> As far as I can see my only option for a private repo is using rsync over
> ssh.
>
> Alas, the rsync:// transport of git seems to imply an rsync daemon
> connection.
>
> How can I specify rsync over ssh as the git transport?
I don't know if this will help in your case, but if it will be only
you pushing to this repository, one option is to simply create a bare
push repository on your local machine, and then manually just
rsync+ssh it to the remote machine from the command line as a
so-called "push" operation.
You would then make the repo available to others over http or
something, which presumably you have available.
Would that work?
Have fun,
Avery
next prev parent reply other threads:[~2008-07-09 16:03 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-07-09 14:01 git over rsync+ssh Michael J Gruber
2008-07-09 15:02 ` Mike Ralphson
2008-07-10 10:06 ` Michael J Gruber
2008-07-09 16:02 ` Avery Pennarun [this message]
2008-07-09 17:17 ` Teemu Likonen
2008-07-10 10:09 ` Michael J Gruber
2008-07-09 20:33 ` Stephen Sinclair
2008-07-10 10:14 ` Michael J Gruber
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=32541b130807090902q2cdc9fcbg6f685dcb96407644@mail.gmail.com \
--to=apenwarr@gmail.com \
--cc=git@vger.kernel.org \
--cc=michaeljgruber+gmane@fastmail.fm \
/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).