On Tue, Jun 28, 2011 at 08:37, Arwin Arni <ar...@collab.net> wrote: >... > check for mixed rev, switched subtrees and local mods and error out if it > is. > Initialize the bisect env.
This should be pretty simple. If I recall correctly, there is a wc_db API that queries this information for the 'svnversion' program. Just follow whatever that does for an overview of the working copy's state. Cheers, -g