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