Ticket #559 (new enhancement)
Opened 3 years ago
Bisection function
| Reported by: | anonymous | Owned by: | alwin |
|---|---|---|---|
| Priority: | normal | Milestone: | not applicable |
| Component: | All | Version: | |
| Severity: | feature | Keywords: | |
| Cc: |
Description
It would be cool to get git bisect style functionality using a GUI.
The use case would be: Mark two revisions, one with tag "bad" and one with tag "good". Kdesvn calculates (using binary search algorithm) a next candidate revision and checkouts it. User marks this version "bad" or "good". Depending on the tag selected, Kdesvn selects the next revision. This continues until the bad commit has been found.
The user should be able to restart the process and cancel the bisection.
It would be useful in some cases to be able to skip some revisions (if they are broken due to unrelated reasons).
