Subject: | Suggestion for svn-bisect with no params |
Date: | Tue, 16 Apr 2013 13:47:37 -0700 (PDT) |
To: | bug-App-SVN-Bisect [...] rt.cpan.org |
From: | Matt Ackeret <mattack [...] apple.com> |
I'm *just starting* with svn-bisect, so I think this is more of an enhancement
request than a bug. After figuring out the dependencies, and getting it
running, I do:
% svn-bisect start
nothing happened (yes I didn't RTFM well enough)
so I do:
% svn-bisect help start
Usage: svn-bisect [--min <rev>] [--max <rev>] start
then I try..
% svn-bisect -min 37332 -max 37768 start
A bisect is already in progress. Try svn-bisect help reset
Basically -- I *know* --min and --max are called options, but if they aren't
specified, what is used? 1 and the latest checkin?
My suggestion is to either make these required, or print out something when
--min and --max aren't specified to tell me that it actually 'started'
a session.