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

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

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Sat, 21 May 2011 19:00:41 +0300

stefan2_at_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,
Received on 2011-05-21 18:01:23 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.