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

Re: svn commit: r1098479 - /subversion/trunk/subversion/libsvn_client/commit.c

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Mon, 2 May 2011 12:41:35 +0300

gstein_at_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. [...]
>

gstein_at_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 *
>
>
Received on 2011-05-02 11:42:22 CEST

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.