On Sun, Mar 25, 2012 at 09:10, Daniel Shahaf <danie...@elego.de> wrote: > s...@apache.org wrote on Fri, Mar 23, 2012 at 14:38:04 -0000: >> +helper script. To run this script, you'll need a Subversion trunk working >> +copy (or a shallow trunk working copy containing the <tt>tools/dist</tt> and >> +<tt>build/generator</tt> directories). Run <tt>release.py -h</tt> to get a >> +list of available subcommands.</p> > > build/generator/ isn't needed if ezt.py is on the system. > > And for simplicity how about doing what nightly.sh does --- namely 'svn > export' ezt.py from therepository if needed. Then 'svn co tools/dist/' > suffices.
Right. You could even do: $ svn export http://ezt.googlecode.com/svn/trunk/ezt.py :-) Cheers, -g