You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by hw...@apache.org on 2010/06/05 21:34:39 UTC

svn commit: r951755 - /subversion/trunk/subversion/include/svn_repos.h

Author: hwright
Date: Sat Jun  5 19:34:39 2010
New Revision: 951755

URL: http://svn.apache.org/viewvc?rev=951755&view=rev
Log:
* subversion/include/svn_repos.h
  (svn_repos_load_fs2): Mark as SVN_DEPRECATED.

Modified:
    subversion/trunk/subversion/include/svn_repos.h

Modified: subversion/trunk/subversion/include/svn_repos.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_repos.h?rev=951755&r1=951754&r2=951755&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_repos.h (original)
+++ subversion/trunk/subversion/include/svn_repos.h Sat Jun  5 19:34:39 2010
@@ -2439,6 +2439,7 @@ svn_repos_load_fs3(svn_repos_t *repos,
  * @since New in 1.2.
  * @deprecated Provided for backward compatibility with the 1.6 API.
  */
+SVN_DEPRECATED
 svn_error_t *
 svn_repos_load_fs2(svn_repos_t *repos,
                    svn_stream_t *dumpstream,