On Wed, Apr 25, 2012 at 9:55 PM, Henning Hraban Ramm
<fiee.visue...@gmail.com> wrote:
>
> Am 2012-04-24 um 23:57 schrieb luigi scarso:
>
>
>> On Tue, Apr 24, 2012 at 11:00 PM, Henning Hraban Ramm <hra...@fiee.net>
>> wrote:
>>
>>> Any hints?
>>
>>
>> 1) start with a new standalone on folder
>> ~/workspace/context/standalone
>> Don't run
>> #> . setuptex
>> ie
>> #> source setuptex
>>
>> 2) put the repo under
>> ~/workspace/context/git
>>
>> 3) search the commit  you need with git log
>> #> git log
>> e.g
>> commit 47864ebdfe2d9916e365c2f278585a94879c813d
>> Author: Marius <mariau...@gmail.com>
>> Date:   Mon Jan 2 18:40:26 2012 +0200
>>
>>   beta 2012.01.02 17:18
>>
>> 4) build a zip
>> #> git archive --format=zip -v -o 'beta_2012_01_02_17_18.zip'
>> 47864ebdfe2d9916e365c2f278585a94879c813d
>
>
> --format zip (without =)

All  commands  was tested and they work on my Linux box; my man git archive says

OPTIONS
       --format=<fmt>
           Format of the resulting archive: tar or zip. If this option
is not given, and the output file is specified, the format is inferred
from the filename if possible (e.g. writing to "foo.zip" makes the
output to be in the
           zip format). Otherwise the output format is tar.

       -l, --list
           Show all available formats.

       -v, --verbose
           Report progress to stderr.

       --prefix=<prefix>/
           Prepend <prefix>/ to each filename in the archive.

       -o <file>, --output=<file>
           Write the archive to <file> instead of stdout.


> Up to now I didn’t find a working version, though. :-(
binary try from 2010-05-24 13:10 to the last one broken

-- 
luigi
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to