You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by da...@apache.org on 2010/10/31 14:26:01 UTC

svn commit: r1029336 - /subversion/branches/performance/subversion/include/svn_delta.h

Author: danielsh
Date: Sun Oct 31 13:26:01 2010
New Revision: 1029336

URL: http://svn.apache.org/viewvc?rev=1029336&view=rev
Log:
* subversion/include/svn_delta.h
  (svn_txdelta_to_svndiff2):  Mark as deprecated.

Modified:
    subversion/branches/performance/subversion/include/svn_delta.h

Modified: subversion/branches/performance/subversion/include/svn_delta.h
URL: http://svn.apache.org/viewvc/subversion/branches/performance/subversion/include/svn_delta.h?rev=1029336&r1=1029335&r2=1029336&view=diff
==============================================================================
--- subversion/branches/performance/subversion/include/svn_delta.h (original)
+++ subversion/branches/performance/subversion/include/svn_delta.h Sun Oct 31 13:26:01 2010
@@ -491,7 +491,9 @@ svn_txdelta_to_svndiff3(svn_txdelta_wind
   * compression level (@ref SVNDIFF1_COMPRESS_LEVEL).
   *
   * @since New in 1.4.
+  * @deprecated Provided for backward compatibility with the 1.6 API.
   */
+SVN_DEPRECATED
 void
 svn_txdelta_to_svndiff2(svn_txdelta_window_handler_t *handler,
                         void **handler_baton,