On 02/06/2010 02:24 PM, Vincent van Ravesteijn wrote:
John McCabe-Dansted schreef:

3) Do you already do bisections on bugs, if so what tools do you use?

Usually it is clear in which piece of the code the bug is, then "svn blame" can help you. Apart from that, our memory of what has been changed can help us.

I sometimes do this manually: svn -r up 30000, and then if that one is OK, split the difference. Not very efficient, perhaps, but it works. It'd be great to have this automated for regression bugs.

rh

Reply via email to