Author: max Date: 2007-08-28 16:54:49 -0700 (Tue, 28 Aug 2007) New Revision: 6271
Added: tools/trunk/svn/binsearch.rb Log: + add binary search tool to automate finding the revision that broke something. Here's an example session: plastik:~/openlaszlo/wafflecone maxcarlson$ ruby ../tools/svn/binsearch.rb Which revision would you like to start searching from? 5800 Found 131 revisions between 5808 and 6270. Synchronizing and building r5808... Done. Do you still see the problem? (y/n) n Synchronizing and building r6041... Done. Do you still see the problem? (y/n) n Synchronizing and building r6156... Done. Do you still see the problem? (y/n) y Synchronizing and building r6105... Done. Do you still see the problem? (y/n) n Synchronizing and building r6132... Done. Do you still see the problem? (y/n) n Synchronizing and building r6137... Done. Do you still see the problem? (y/n) y Synchronizing and building r6135... Done. Do you still see the problem? (y/n) y Synchronizing and building r6134... Done. Do you still see the problem? (y/n) y r6134 is the revision with the problem: ------------------------------------------------------------------------ Added: tools/trunk/svn/binsearch.rb Property changes on: tools/trunk/svn/binsearch.rb ___________________________________________________________________ Name: svn:executable + * Name: svn:mime-type + text/plain Name: svn:eol-style + native _______________________________________________ Laszlo-checkins mailing list [email protected] http://www.openlaszlo.org/mailman/listinfo/laszlo-checkins
