RE: svn commit: r997639 - /subversion/trunk/subversion/include/svn_client.h
From: Bert Huijben <bert_at_qqmail.nl>
Date: Thu, 16 Sep 2010 12:04:26 +0200
> -----Original Message-----
> + * than a directory; <br>
And after reading this as just an API user, how would you expect authorization, network, filesystem and/or other errors to be reported?
The old documentation documented a few specific errors and left the rest open. This new documentation would tell me that we never report other errors then this short (incomplete) list, while just checking out over an existing working copy from a different repository will give an error that is not in this list.
And this function returns an svn_error_t* which (when not NULL) can contain those error codes, or can be NULL/SVN_NO_ERROR. SVN_NO_ERROR and the specific error codes should not be in the same list without some separation.
Bert
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.