On 7/9/08, Michael J Gruber <michaeljgruber+gmane@xxxxxxxxxxx> 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 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html