[Robert Millan]
> It's inspired by git-bisect and the syntax is almost the same (except
> it doesn't have all the features).

Yeah, git-bisect is pretty useful.  I'll include your svn-bisect in
'subversion-tools'.  If I'm not mistaken, it will be the first GPL3+
thing I maintain.  (:

One tweak, though:

> get_curr_rev ()
> {
>   svn info | sed -ne "s/^Revision: //p"

    LC_MESSAGES=C svn info | sed -ne "s/^Revision: //p"

since 'svn info' output is localized.

Thanks!
-- 
Peter Samuelson | org-tld!p12n!peter | http://p12n.org/

Attachment: signature.asc
Description: Digital signature

Reply via email to