Subject: | Skipping multiple revisions in one shot |
Skipping each revision in a *large* list of revisions, by doing
svn-bisect skip 990
svn-bisect skip 991
svn-bisect skip 992
...
can be very slow. It would be nice to be able to give the command a list
of revisions, not just one. That way, it would only have to select a
revision after adding the last revision to be skipped to the skip list,
which would be faster than the current behaviour of selecting a revision
after every revision to be skipped.
This may be already possible, but it doesn't look like it from the
documentation. So if it is already possible, the documentation should be
clarified.
Unknown-00-1f-f3-59-58-eb:tmp greenrd$ perl -v
This is perl, v5.8.9 built for darwin-2level
Copyright 1987-2008, Larry Wall
Perl may be copied only under the terms of either the Artistic License
or the
GNU General Public License, which may be found in the Perl 5 source kit.
Complete documentation for Perl, including FAQ lists, should be found on
this system using "man perl" or "perldoc perl". If you have access to the
Internet, point your browser at http://www.perl.org/, the Perl Home Page.
Unknown-00-1f-f3-59-58-eb:tmp greenrd$ uname -a
Darwin csltrg.swan.ac.uk 9.8.0 Darwin Kernel Version 9.8.0: Wed Jul 15
16:55:01 PDT 2009; root:xnu-1228.15.4~1/RELEASE_I386 i386