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 2011/05/18 13:42:08 UTC

svn commit: r1124199 - /subversion/trunk/subversion/libsvn_wc/status.c

Author: rhuijben
Date: Wed May 18 11:42:08 2011
New Revision: 1124199

URL: http://svn.apache.org/viewvc?rev=1124199&view=rev
Log:
* subversion/libsvn_wc/status.c
  (make_dir_baton): Don't pass a node's own repos_relpath as that of its
    parent, as it gives us invalid repos_relpaths all over the place.
    (This case will be covered by lock_tests.py update_locked_deleted
     in a bit)

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

Modified: subversion/trunk/subversion/libsvn_wc/status.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/status.c?rev=1124199&r1=1124198&r2=1124199&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/status.c (original)
+++ subversion/trunk/subversion/libsvn_wc/status.c Wed May 18 11:42:08 2011
@@ -1540,7 +1540,7 @@ make_dir_baton(void **dir_baton,
 
       SVN_ERR(get_dir_status(&eb->wb, local_abspath, NULL, TRUE,
                              status_in_parent->repos_root_url,
-                             status_in_parent->repos_relpath,
+                             NULL /*parent_repos_relpath*/,
                              NULL,
                              NULL /* dirent */, ignores,
                              d->depth == svn_depth_files