[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Error codes meaning "This is a working copy, but I can't read it"

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Sun, 30 Sep 2018 22:26:50 +0000

I'm looking into a piece of logic for extracting basic information about
a working copy (basically, the output of `svn info` on the the current
directory or on the wc root), and trying to teach it to detect the
situation "This is a working copy, but I can't read it".

What error codes should I look for? In a few test cases I managed to
get straight `svn info` to report SVN_ERR_WC_UPGRADE_REQUIRED,
SVN_ERR_WC_UNSUPPORTED_FORMAT, and SVN_ERR_WC_CORRUPT on the one hand,
and SVN_ERR_WC_NOT_WORKING_COPY on the other hand, and I'm sure there
are more...

Thanks,

Daniel
Received on 2018-10-01 00:27:02 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.