"David Reid" <[EMAIL PROTECTED]> writes: > What was the problem in subversion? > > Might as well know before going too much further...
There was no technical problem -- just that the code was inconsistent. Sometimes it used APR_STATUS_IS_SUCCESS(), sometimes it tested an apr_status_t directly. New developers had to keep asking which way was "right". -K
