Mark Phippard wrote: > As an aside, even before SVN 1.7, I turned merge into a wizard that > included "best practices" checks. One of these was warning you if > working copy was mixed revisions. So SVN 1.7 was not an issue for me > in this regard. I am bringing this up because it would be nice if > JavaHL had some API's we could call to tell us things like: > > Is working copy mixed revision? > Are there any switched folders? > > Etc. We implement these things ourselves today using status and other API.
That would be: svn_wc_revision_status2(), available in JavaHL through SVNClient::getVersionInfo(). - Julian

