On Thursday 05 February 2009 14:08:08 michael wrote:
> This sounds awfully like `git bisect` without git.  A slightly easier
> approach might be to use `git svn clone` to read the entire busybox svn
> history into git (it's a bit demanding on the busybox server, but it works
> fine, I've done it) ... and then you can actually use git bisect -- so
> long as the two releases are in the svn history.

You only need "bisect" for nonlinear repositories.  For a repository that 
doesn't merge branches (ala svn), you can just binary search 
the revision numbers.

Rob

_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to