git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* git archive, cygwin, and --git-dir vs --remote
@ 2009-05-18 14:37 Bob Kagy
  2009-05-21  9:08 ` René Scharfe
  0 siblings, 1 reply; 6+ messages in thread
From: Bob Kagy @ 2009-05-18 14:37 UTC (permalink / raw)
  To: git

I'm using git on cygwin, and am confused by behavior from git archive.

git --version
git version 1.6.1.2

This command works as expected:
git --git-dir=/cygdrive/w archive --format=tar --verbose --prefix=tmp/
HEAD | tar -xpf -
The latest copy is retrieved and dumped to the tmp subdirectory.

However, I first went down the path of using the --remote option, as
described in the git-archive man page:
git archive --format=tar --verbose --prefix=tmp/ --remote=/cygdrive/w
HEAD | tar -xpf -

When I use the --remote branch it seems to create the same files.  But
then rather than exiting it hangs out until I kill the process, using
about the same CPU % as it did when creating files.

I'm trying to use this for a scripted build process where all I need
is the latest copy, not an archive.  And we're just starting with git,
so while it works fine now I think we're supposed to be switch from
shared drives to something more controlled, at which point I don't
know that the --git-dir option will work.

I've tried searching the mailing list archive, and got overwhelmed by
patches, so I apologize if this has already been discussed and I just
couldn't find it.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2009-06-18 17:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-18 14:37 git archive, cygwin, and --git-dir vs --remote Bob Kagy
2009-05-21  9:08 ` René Scharfe
2009-05-21 13:32   ` Tony Finch
2009-05-21 14:29     ` René Scharfe
2009-06-17 10:11       ` [PATCH] upload-archive: fix infinite loop on Cygwin René Scharfe
2009-06-18 17:18         ` Tony Finch

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).