Markus Schaber wrote on Fri, May 13, 2011 at 11:20:11 +0200:
> Hi,
> 
> What is the safest future-compatible way to check for an incompatible /
> unknown working copy format which was written by a future subversion
> version? (e. G. WC-NG by SVN 1.7?)
> 
> My idea was to run status with depth=empty on the workingcopy root, and
> check for SVN_ERR_WC_UNSUPPORTED_FORMAT error code.
> 
> Is there a function specifically designed for this purpose?
> 

svn_wc_check_wc() came up on IRC --- does it help?

> Regards,
> Markus
> 

Reply via email to