Author: rhuijben
Date: Sat Jul  2 12:05:56 2011
New Revision: 1142211

URL: http://svn.apache.org/viewvc?rev=1142211&view=rev
Log:
* subversion/libsvn_wc/update_editor.c
  (modcheck_callback): Handle directory externals like unversioned files, like
    how we handled them in 1.6 with the custom status walker that just walked
    the entries.

Modified:
    subversion/trunk/subversion/libsvn_wc/update_editor.c

Modified: subversion/trunk/subversion/libsvn_wc/update_editor.c
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/update_editor.c?rev=1142211&r1=1142210&r2=1142211&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/update_editor.c (original)
+++ subversion/trunk/subversion/libsvn_wc/update_editor.c Sat Jul  2 12:05:56 
2011
@@ -1144,6 +1144,7 @@ modcheck_callback(void *baton,
       case svn_wc_status_ignored:
       case svn_wc_status_none:
       case svn_wc_status_unversioned:
+      case svn_wc_status_external:
         break;
 
       case svn_wc_status_deleted:


Reply via email to