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

Re: svn commit: r963632 - in /subversion/trunk/subversion: include/svn_wc.h libsvn_wc/deprecated.c libsvn_wc/translate.c

From: Greg Stein <gstein_at_gmail.com>
Date: Tue, 13 Jul 2010 06:06:43 -0400

On Tue, Jul 13, 2010 at 05:40, <hwright_at_apache.org> wrote:
>...
> +++ subversion/trunk/subversion/include/svn_wc.h Tue Jul 13 09:40:34 2010
>...
> -/** Similar to svn_wc_translated_file3(), but with an adm_access baton
> - * and relative paths instead of a wc_context and absolute paths, with
> - * a single pool, and no cancellation func/baton.
> + * If @c SVN_WC_TRANSLATE_NO_OUTPUT_CLEANUP is specified, the default
> + * pool cleanup handler to remove @a *xlated_path is not registered.
>  *
> - * @since New in 1.4.
> - * @deprecated Provided for compatibility with the 1.6 API
> + * If an error is returned, the effect on @a *xlated_path is undefined.
> + *
> + * @since New in 1.4
>  */
> -SVN_DEPRECATED
>  svn_error_t *
>  svn_wc_translated_file2(const char **xlated_path,

Hunh? Don't you want to keep this deprecated?!

>...
> -/** Similar to svn_wc_translated_stream2(), but with an adm_access baton
> - * and relative paths instead of a wc_context and absolute paths.
> - *
>  * @since New in 1.5.
> - * @deprecated Provided for compatibility with the 1.6 API
>  */
> -SVN_DEPRECATED
>  svn_error_t *
>  svn_wc_translated_stream(svn_stream_t **stream,

Likewise.

>...

Cheers,
-g
Received on 2010-07-13 12:07:24 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.