axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Axiom-developer] AxiomSources


From: Stephen Wilson
Subject: Re: [Axiom-developer] AxiomSources
Date: 28 May 2007 23:12:48 -0400
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4

Gabriel Dos Reis <address@hidden> writes:
> | When making a tarball release, it is customary to strip out all the
> | .cvs/.svn/etc directories - is there a better way to do that than manually?
> 
> Agree on all account.
> 
> For CVS, use export -Dtoday -- you don't need manual stripping.
> for SVN, use export.
> For Git, read the manual.

For Git, do:
   git archive --format=tar --prefix=FOO HEAD | gzip > FOO.tar.gz


Steve






reply via email to

[Prev in Thread] Current Thread [Next in Thread]