You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Daniel Shahaf <d....@daniel.shahaf.name> on 2011/05/21 18:00:41 UTC

Re: svn commit: r1125733 - in /subversion/trunk/subversion: bindings/javahl/native/ include/ libsvn_ra_local/ libsvn_repos/ mod_dav_svn/ svnadmin/ svnlook/ svnserve/ tests/

stefan2@apache.org wrote on Sat, May 21, 2011 at 15:50:42 -0000:
> + * @since New in 1.7.
> + */
> +svn_error_t *
> +svn_repos_open2(svn_repos_t **repos_p,
> +                const char *path,
> +                apr_hash_t *fs_config,
> +                apr_pool_t *pool);
> +
> +/** Similar to @ref svn_repos_open2 with @a fs_config set to NULL.
> + * 
> + * @deprecated Provided for backward compatibility with 1.6 API.
>   */

Need to add

   SVN_DEPRECATED

here.

>  svn_error_t *
>  svn_repos_open(svn_repos_t **repos_p,