You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Malcolm Rowe <ma...@farside.org.uk> on 2006/01/20 10:15:12 UTC

Re: svn commit: r18179 - in trunk/subversion: include libsvn_client svn tests/cmdline

On Thu, Jan 19, 2006 at 04:13:28PM -0600, dlr@tigris.org wrote:
> ==============================================================================
> --- trunk/subversion/include/svn_client.h	(original)
> +++ trunk/subversion/include/svn_client.h	Thu Jan 19 16:13:28 2006
> +/**
> + * Similar to svn_client_log3(), but with the @c kind field of the @a
> + * peg_revision parameter set to @c svn_opt_revision_unspecified.
> + *
> + * @deprecated Provided for backward compatibility with the 1.2 API.
>   * @since New in 1.2.
>   */
>  svn_error_t *
> 

Shouldn't that be 'compatibility with the 1.3 API.'?

Regards,
Malcolm

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: svn commit: r18179 - in trunk/subversion: include libsvn_client svn tests/cmdline

Posted by Daniel Rall <dl...@collab.net>.
On Fri, 20 Jan 2006, Malcolm Rowe wrote:

> On Thu, Jan 19, 2006 at 04:13:28PM -0600, dlr@tigris.org wrote:
> > ==============================================================================
> > --- trunk/subversion/include/svn_client.h	(original)
> > +++ trunk/subversion/include/svn_client.h	Thu Jan 19 16:13:28 2006
> > +/**
> > + * Similar to svn_client_log3(), but with the @c kind field of the @a
> > + * peg_revision parameter set to @c svn_opt_revision_unspecified.
> > + *
> > + * @deprecated Provided for backward compatibility with the 1.2 API.
> >   * @since New in 1.2.
> >   */
> >  svn_error_t *
> > 
> 
> Shouldn't that be 'compatibility with the 1.3 API.'?

Depending on perspective, yes.  I was referring to the "API introduced
in 1.2", but agree that knowing "when the API became deprecated" is
more useful (the @since tag provides the other info).  I've adjust the
doc string in r18183, thanks Malcolm.
-- 

Daniel Rall