Author: rhuijben
Date: Tue Aug  3 09:30:08 2010
New Revision: 981789

URL: http://svn.apache.org/viewvc?rev=981789&view=rev
Log:
* subversion/libsvn_wc/workqueue.c
  (run_deletion_postcommit): Insert the absent node with the right kind.
    (pre single-db this code is only used for files)

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

Modified: subversion/trunk/subversion/libsvn_wc/workqueue.c
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/workqueue.c?rev=981789&r1=981788&r2=981789&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/workqueue.c (original)
+++ subversion/trunk/subversion/libsvn_wc/workqueue.c Tue Aug  3 09:30:08 2010
@@ -796,7 +796,7 @@ run_deletion_postcommit(svn_wc__db_t *db
           SVN_ERR(svn_wc__db_base_add_absent_node(
                     db, local_abspath,
                     repos_relpath, repos_root_url, repos_uuid,
-                    new_revision, svn_wc__db_kind_file,
+                    new_revision, kind,
                     svn_wc__db_status_not_present,
                     NULL, NULL,
                     scratch_pool));


Reply via email to