App-SVN-Bisect
view release on metacpan or search on metacpan
bin/svn-bisect view on Meta::CPAN
svn-bisect help start
Gives you some useful descriptions and usage information.
=head1 EXAMPLE
...Because, you know, no software documentation is complete without a flashy
screenshot, these days.
So, lets say you were wondering when the subversion project added the
"Last Changed Rev:" line to the output of "svn info". Determining the
existence of this change is a straightforward matter of searching for the
text string... if a result was found, the current revision is "after",
otherwise it was "before". So a bisect looks like this:
$ svn co http://svn.apache.org/repos/asf/subversion/trunk/subversion
[snip lots of subversion checkout spam]
Checked out revision 980012.
$ cd subversion
( run in 3.042 seconds using v1.01-cache-2.11-cpan-d7a12ab2c7f )