You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by gs...@apache.org on 2010/08/31 23:52:47 UTC

svn commit: r991352 - /subversion/trunk/subversion/libsvn_wc/wc.h

Author: gstein
Date: Tue Aug 31 21:52:47 2010
New Revision: 991352

URL: http://svn.apache.org/viewvc?rev=991352&view=rev
Log:
* subversion/libsvn_wc/wc.h:
  (SVN_WC__VERSION): clarify some history around the 1.4.x series

Modified:
    subversion/trunk/subversion/libsvn_wc/wc.h

Modified: subversion/trunk/subversion/libsvn_wc/wc.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/wc.h?rev=991352&r1=991351&r2=991352&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/wc.h (original)
+++ subversion/trunk/subversion/libsvn_wc/wc.h Tue Aug 31 21:52:47 2010
@@ -71,7 +71,8 @@ extern "C" {
  * == 1.3.x shipped with format 4
  *
  * The change from 4 to 5 was the addition of support for replacing files
- * with history.
+ * with history (the "revert base"). This was introduced in 1.4.0, but
+ # buggy until 1.4.6.
  *
  * The change from 5 to 6 was the introduction of caching of property
  * modification state and certain properties in the entries file.