Re: API review - svn_checksum, svn_client

2011-06-06 Thread Julian Foad
On Fri, 2011-06-03, Greg Stein wrote: > On Fri, Jun 3, 2011 at 13:33, Julian Foad wrote: > >... > > * svn_client_upgrade() - What versions can it upgrade from and to? > > Any version prior to the current. > > > What upgrade-specific error conditions can it encounter? > > Dunno > > > Document

Re: API review - svn_checksum, svn_client

2011-06-03 Thread Greg Stein
On Fri, Jun 3, 2011 at 13:33, Julian Foad wrote: >... >  * svn_client_upgrade() - What versions can it upgrade from and to? Any version prior to the current. > What upgrade-specific error conditions can it encounter? Dunno > Document the > 'dir' parameter: e.g. does it need to be the root of a

API review - svn_checksum, svn_client

2011-06-03 Thread Julian Foad
REVIEWED HERE svn_auth.h - no comments svn_base64.h - no comments svn_checksum.h svn_client.h (except group 'Patch') NEW APIS * svn_checksum_mismatch_err() - Private? Doesn't say how the formatted string is combined with some generic description of the mismatch. * svn_client_commit