gst...@apache.org wrote on Mon, May 02, 2011 at 05:07:57 -0000: > Author: gstein > Date: Mon May 2 05:07:56 2011 > New Revision: 1098479 > > URL: http://svn.apache.org/viewvc?rev=1098479&view=rev > Log: > * subversion/libsvn_client/commit.c: > (svn_client_commit5): assert useful DEPTH values. [...] >
gst...@apache.org wrote on Mon, May 02, 2011 at 05:10:19 -0000: > Author: gstein > Date: Mon May 2 05:10:18 2011 > New Revision: 1098480 > > URL: http://svn.apache.org/viewvc?rev=1098480&view=rev > Log: > * subversion/include/svn_client.h: > (svn_client_commit5): add a note about bad depth values > > Modified: > subversion/trunk/subversion/include/svn_client.h > > Modified: subversion/trunk/subversion/include/svn_client.h > URL: > http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_client.h?rev=1098480&r1=1098479&r2=1098480&view=diff > ============================================================================== > --- subversion/trunk/subversion/include/svn_client.h (original) > +++ subversion/trunk/subversion/include/svn_client.h Mon May 2 05:10:18 2011 > @@ -1932,6 +1932,9 @@ svn_client_import(svn_client_commit_info > * @a commit_callback with @a commit_baton and a #svn_commit_info_t for > * the commit. > * > + * @note #svn_depth_unknown and #svn_depth_exclude should not be passed > + * for @a depth. > + * s/should not/may not/ ? > * @since New in 1.7. > */ > svn_error_t * > >