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 2011/04/23 16:47:01 UTC

svn commit: r1096154 - /subversion/trunk/subversion/include/svn_wc.h

Author: danielsh
Date: Sat Apr 23 14:47:01 2011
New Revision: 1096154

URL: http://svn.apache.org/viewvc?rev=1096154&view=rev
Log:
* subversion/include/svn_wc.h
  (svn_wc_entry_t): Mark deprecated.

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

Modified: subversion/trunk/subversion/include/svn_wc.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_wc.h?rev=1096154&r1=1096153&r2=1096154&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_wc.h (original)
+++ subversion/trunk/subversion/include/svn_wc.h Sat Apr 23 14:47:01 2011
@@ -2650,7 +2650,10 @@ typedef enum svn_wc_schedule_t
 
 /** A working copy entry -- that is, revision control information about
  * one versioned entity.
+ *
+ * @deprecated Provided for backward compatibility with the 1.6 API.
  */
+SVN_DEPRECATED
 typedef struct svn_wc_entry_t
 {
   /* IMPORTANT: If you extend this structure, add new fields to the end. */