tags:

views:

43

answers:

1

I tend to use the bisect command in git extensively. Now I want to do the same in a subversion repository. What is the best way to bisect a subversion repository?

Converting the svn repository to git is not an option because it is a fairly large one and the svn server is dog slow - the conversion would take days.

+2  A: 

Someone has written a script for it:
http://search.cpan.org/dist/App-SVN-Bisect/

Michael Hackner