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

Re: [Issue 639] - introduce svn_filesize_t

From: <cmpilato_at_collab.net>
Date: 2003-03-19 00:54:35 CET

Greg Hudson <ghudson@MIT.EDU> writes:

> Well, potentially. :) It's not okay to use assert() when checking the
> consistency of on-disk data, because the Subversion code should never
> ever abort in the absence of bugs. But it sounds like that's not an
> issue here.

Right. assert() is for making sure that we're using our own APIs
correctly. If on-disk data is messed up, a regular error is
preferred.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Mar 19 00:56:59 2003

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.