6

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.

Fabian Jakobs
  • 28,815
  • 8
  • 42
  • 39

1 Answers1

4

Someone has written a script for it:
https://metacpan.org/pod/App::SVN::Bisect

dfhoughton
  • 115
  • 1
  • 7
Michael Hackner
  • 8,605
  • 2
  • 27
  • 29