You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Greg Stein <gs...@gmail.com> on 2010/07/13 10:06:43 UTC

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

On Tue, Jul 13, 2010 at 05:40,  <hw...@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