Gabriel Dos Reis <[EMAIL PROTECTED]> 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




_______________________________________________
Axiom-developer mailing list
Axiom-developer@nongnu.org
http://lists.nongnu.org/mailman/listinfo/axiom-developer

Reply via email to