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

Re: CVS update: subversion/subversion/tests/libsvn_fs fs-test.c

From: Jim Blandy <jimb_at_zwingli.cygnus.com>
Date: 2001-03-05 17:39:34 CET

kfogel@tigris.org writes:
> * svn_fs.h (svn_fs_delete): Doc fix -- promise specific errors, so we
> can test for them.

Yes, this is a fine thing to do.

Ideally, the documentation for each function would explain exactly
which errors it can produce. In practice, however, there usually ends
up being a sizeable variety of errors that might be generated by
low-level functions used everywhere (e.g., SVN_ERR_BERKELEY_DB), so
you end up also making blanket statements like: "Any function in this
interface could generate the following errors: ..."

However, when there are certain errors that have clear relevance to
the operation (e.g., SVN_ERR_FS_NOT_FOUND, or
SVN_ERR_FS_DIR_NOT_EMPTY), then those should be documented.

I didn't document these from the beginning because I wasn't sure I
could tell what I would need. The errors might be more orderly if I
had, tho.
Received on Sat Oct 21 14:36:25 2006

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.