You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by rh...@apache.org on 2013/02/22 00:12:18 UTC

svn propchange: r1448846 - svn:log

Author: rhuijben
Revision: 1448846
Modified property: svn:log

Modified: svn:log at Thu Feb 21 23:12:18 2013
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Thu Feb 21 23:12:18 2013
@@ -1,7 +1,7 @@
 When handling working copy deletes, fix moved-to in all layers instead of
 just in the top layer (as move sources can be replaced). Also remove
 specifics on whether the top-layer is a directory as that kind of
-checks doesn't work when we replace a directories with files.
+checks doesn't work when we replace a directory with a file.
 
 * subversion/libsvn_wc/wc-queries.sql
   (STMT_SELECT_MOVED_PAIR2): Include node itself and look in all layers.