What is the best way to do bisecting with subversion?
Asked Answered
N

1

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.

Natch answered 8/3, 2010 at 12:58 Comment(0)
M
4

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

Mizuki answered 8/3, 2010 at 13:22 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.