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 2010/01/19 22:29:10 UTC

svn commit: r900966 - /subversion/trunk/subversion/libsvn_wc/workqueue.c

Author: hwright
Date: Tue Jan 19 21:29:10 2010
New Revision: 900966

URL: http://svn.apache.org/viewvc?rev=900966&view=rev
Log:
* subversion/libsvn_wc/workqueue.c
  (run_deletion_postcommit): Followup to r899717: use a slightly simpler API.

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=900966&r1=900965&r2=900966&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/workqueue.c (original)
+++ subversion/trunk/subversion/libsvn_wc/workqueue.c Tue Jan 19 21:29:10 2010
@@ -942,13 +942,12 @@
                 FALSE, FALSE, cancel_func, cancel_baton, scratch_pool));
 
       /* If the parent entry's working rev 'lags' behind new_rev... */
-      SVN_ERR(svn_wc__db_read_info(NULL, NULL, &parent_revision, NULL, NULL,
-                                   NULL, NULL, NULL, NULL, NULL, NULL, NULL,
-                                   NULL, NULL, NULL, NULL, NULL, NULL, NULL,
-                                   NULL, NULL, NULL, NULL, NULL,
-                                   db, svn_dirent_dirname(local_abspath,
-                                                          scratch_pool),
-                                   scratch_pool, scratch_pool));
+      SVN_ERR(svn_wc__db_base_get_info(NULL, NULL, &parent_revision, NULL,
+                                       NULL, NULL, NULL, NULL, NULL, NULL,
+                                       NULL, NULL, NULL, NULL, NULL,
+                                       db, svn_dirent_dirname(local_abspath,
+                                                              scratch_pool),
+                                       scratch_pool, scratch_pool));
       if (new_revision > parent_revision)
         {
           /* ...then the parent's revision is now officially a