stef...@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,