On Tue, Mar 12, 2013 at 4:48 PM, Julian Foad <[email protected]>wrote:
> 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(). > > Ah cool. That is the old svnversion equivalent? Will take a look and see if we could switch to that. -- Thanks Mark Phippard http://markphip.blogspot.com/

