Mark Phippard <markp...@gmail.com> writes: > On Wed, Jul 14, 2010 at 10:34 AM, Hyrum K. Wright > <hyrum_wri...@mail.utexas.edu> wrote: >> On Wed, Jul 14, 2010 at 2:53 PM, Noorul Islam K M <noo...@collab.net> wrote: >>> >>> I am going to add an option "--archive" to export command. If specified, >>> the output of the export command will be in tar format. which will be >>> dumped to STDOUT. The user can pipe it to any other program thereafter.
I suppose you intend to implement POSIX ustar? We had problems in the past with own tarballs when the different machines had different tar implementations. > My main concern is that git tends to not care too much about Windows, > and for us it is the primary OS that is used. So I am a little uneasy > about having a command that only outputs a Unix file format. If we add tar support I expect that Windows users will want untar support as well. They will then expect it to work with all tarballs not just Subversion ones. Really they would want zip, or perhaps 7z, support. -- Philip