Re: svn commit: r1100726 - /subversion/trunk/tools/dev/benchmarks/large_dirs/create_bigdir.sh

2011-05-09 Thread Daniel Shahaf
Arfrever Frehtes Taifersar Arahesis wrote on Mon, May 09, 2011 at 00:11:13 +0200: > 2011-05-08 14:46:21 danie...@apache.org napisał(a): > > Author: danielsh > > Date: Sun May 8 12:46:20 2011 > > New Revision: 1100726 > > > > URL: http://svn.apache.org/viewvc?rev=1100726&view=rev > > Log: > > Mor

Re: svn commit: r1100726 - /subversion/trunk/tools/dev/benchmarks/large_dirs/create_bigdir.sh

2011-05-09 Thread Daniel Shahaf
Greg Stein wrote on Sun, May 08, 2011 at 20:14:39 -0400: > On Sun, May 8, 2011 at 08:46, wrote: > >... > > +++ subversion/trunk/tools/dev/benchmarks/large_dirs/create_bigdir.sh Sun > > May  8 12:46:20 2011 > > @@ -99,6 +99,13 @@ echo > >  rm -rf $WC > >  ${SVN} co $URL $WC > /dev/null > > > > +#

Re: svn commit: r1100726 - /subversion/trunk/tools/dev/benchmarks/large_dirs/create_bigdir.sh

2011-05-08 Thread Greg Stein
On Sun, May 8, 2011 at 08:46, wrote: >... > +++ subversion/trunk/tools/dev/benchmarks/large_dirs/create_bigdir.sh Sun May >  8 12:46:20 2011 > @@ -99,6 +99,13 @@ echo >  rm -rf $WC >  ${SVN} co $URL $WC > /dev/null > > +# helpers > + > +get_sequence() { > +  # three equivalents... > +  (jot - "$

Re: svn commit: r1100726 - /subversion/trunk/tools/dev/benchmarks/large_dirs/create_bigdir.sh

2011-05-08 Thread Arfrever Frehtes Taifersar Arahesis
2011-05-08 14:46:21 danie...@apache.org napisał(a): > Author: danielsh > Date: Sun May 8 12:46:20 2011 > New Revision: 1100726 > > URL: http://svn.apache.org/viewvc?rev=1100726&view=rev > Log: > More portability fixes. Drop xargs and don't depend on seq(1). > > * tools/dev/benchmarks/large_dirs