25 Apr
2012
25 Apr
'12
10:53 a.m.
On 2012-04-24 luigi scarso
4) build a zip #> git archive --format=zip -v -o 'beta_2012_01_02_17_18.zip' 47864ebdfe2d9916e365c2f278585a94879c813d
5) replace all the files under ~/workspace/context/standalone/tex/texmf-context with the content of beta_2012_01_02_17_18.zip
Why? Just do: git archive <hash> | (cd ~/workspace/context/standalone/tex/texmf-context/;tar xf -) Very nice instructions, would be nice to put them under http://wiki.contextgarden.net/ConTeXt_Standalone#Reverting_to_an_older_insta... One issue: I think it's also necessary to also revert texmf-modules to the old state. Is there a repository for the third party modules? Marco