Consistent error codes from RA layers
From: Julian Foad <julianfoad_at_btopenworld.com>
Date: Thu, 06 Mar 2008 10:25:27 +0000
Code like this appears in several places:
> err = editor->delete_entry(path, item->revision, parent_baton, pool);
These two errors both mean "the item was not present in the repository". When
SVN_ERR_FS_NOT_FOUND is sent by the file or svn RA layers, and
The RA layers are intended to provide a consistent interface, so I think all
At the very least, svn_delta_editor_t ought to document the error codes that
Opinions?
- Julian
---------------------------------------------------------------------
|
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.