https://github.com/davidparsson/svn-bisect
A bisect script with support for updating multi-module local Subversion checkouts
https://github.com/davidparsson/svn-bisect
Last synced: about 1 month ago
JSON representation
A bisect script with support for updating multi-module local Subversion checkouts
- Host: GitHub
- URL: https://github.com/davidparsson/svn-bisect
- Owner: davidparsson
- Created: 2014-07-22T15:33:44.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-07-22T15:36:09.000Z (almost 11 years ago)
- Last Synced: 2025-02-14T08:23:09.452Z (3 months ago)
- Language: Python
- Homepage:
- Size: 121 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# svn-bisect
A bisect script with support for updating multiple local Subversion checkouts# Usage
usage: svn-bisect.py [-h] --good-revision REVISION --bad-revision REVISION
--test-commands COMMAND [COMMAND ...]
[--paths PATH [PATH ...]] [--skip-boundary-check]Finds the revision where the test command stops/starts working
optional arguments:
-h, --help show this help message and exit
--good-revision REVISION, -g REVISION
A revision where the test command succeeds
--bad-revision REVISION, -b REVISION
A revision where the test command fails
--test-commands COMMAND [COMMAND ...], -t COMMAND [COMMAND ...]
A command that returns exit code 0 if and only if it
succeeds
--paths PATH [PATH ...], -p PATH [PATH ...]
One or more paths to local Subversion repositories
that should be updated
--skip-boundary-check, -s
Don't execute the test for the provided good and bad
revision