I te开发者_开发问答nd 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.
Someone has written a script for it:
https://metacpan.org/pod/App::SVN::Bisect
精彩评论