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 2011/05/06 23:09:18 UTC

svn commit: r1100377 - /subversion/trunk/CHANGES

Author: hwright
Date: Fri May  6 21:09:17 2011
New Revision: 1100377

URL: http://svn.apache.org/viewvc?rev=1100377&view=rev
Log:
Save file *before* committing....  (see r1100376)

Modified:
    subversion/trunk/CHANGES

Modified: subversion/trunk/CHANGES
URL: http://svn.apache.org/viewvc/subversion/trunk/CHANGES?rev=1100377&r1=1100376&r2=1100377&view=diff
==============================================================================
--- subversion/trunk/CHANGES (original)
+++ subversion/trunk/CHANGES Fri May  6 21:09:17 2011
@@ -116,6 +116,7 @@ the 1.6 release:  http://subversion.apac
     * fixed: can't remove file externals (issue #3351)
     * fixed: 'svn unlock' attempts to unlock  wrong token on DAV (issue #3794)
     * fixed: forced DAV 'svn unlock' results in 403, not warning (issue #3801)
+    * fixed: rm -> ci -> cp = missing directory (issue #2763)
     * many other minor bugfixes, optimizations, plugs of memory leaks, etc
   
   - Server-side bugfixes: