Hmm... It's supposed to work, huh? Are you aware of any special server-side configuration that is necessary to enable this? When attempting this from a remote machine, I get the connection reset error for both git: and http: URLs, which otherwise work fine for cloning:
pmoore@Renegade$ git clone git://git.openefs.org/efs-deploy-config.git Cloning into efs-deploy-config... remote: Counting objects: 515, done. remote: Compressing objects: 100% (330/330), done. remote: Total 515 (delta 73), reused 512 (delta 73) Receiving objects: 100% (515/515), 79.93 KiB, done. Resolving deltas: 100% (73/73), done. [PWD = ~/tmp] pmoore@Renegade$ git archive --remote=git://git.openefs.org/efs-deploy-config.git --format tar --prefix=test HEAD | tar vxf - fatal: The remote end hung up unexpectedly If I can figure this out, it's EXACTLY what I want to use!! I'll take this up with the OSU OSL folks - maybe they're familiar with this. Thanks for pointing this out!!! On Wed, Jan 4, 2012 at 12:08 PM, Andrew Deason <[email protected]> wrote: > On Wed, 4 Jan 2012 10:32:10 -0500 > Phillip Moore <[email protected]> wrote: > >> Yeah, but not anonymously. The remote spec won't work with a git: or http: >> URL >> >> pmoore@Renegade$ git archive >> --remote=git://git.openefs.org/efs-deploy-config.git --format tar >> --prefix=test | tar vxf - >> fatal: read error: Connection reset by peer > > $ git archive --remote git://git.openafs.org/openafs.git --format tar > --prefix foo/ HEAD | tar xvf - > foo/ > foo/.gitignore > foo/.splintrc > foo/Makefile-libafs.in > [...] > > -- > Andrew Deason > [email protected] > > _______________________________________________ > EFS-dev mailing list > [email protected] > http://mailman.openefs.org/mailman/listinfo/efs-dev _______________________________________________ EFS-dev mailing list [email protected] http://mailman.openefs.org/mailman/listinfo/efs-dev
