[prev in list] [next in list] [prev in thread] [next in thread] 

List:       subversion-issues
Subject:    
From:       dlr () tigris ! org
Date:       2007-06-29 23:22:03
Message-ID: 20070629232203.27946.qmail () tigris ! org
[Download RAW message or body]

http://subversion.tigris.org/issues/show_bug.cgi?id=2804






------- Additional comments from dlr@tigris.org Fri Jun 29 16:22:02 -0700 2007 -------
If Vlad's suspicion is on target, an additional call to revert_admin_things() in
the following code block of svn_wc_revert2() might fix this problem:

  /* Deletions and replacements. */
  else if (entry->schedule == svn_wc_schedule_normal
           || entry->schedule == svn_wc_schedule_delete
           || entry->schedule == svn_wc_schedule_replace)
    {
      /* Revert the prop and text mods (if any). */
      switch (entry->kind)
        {
        case svn_node_file:
          SVN_ERR(revert_admin_things(parent_access, bname, entry,
                                      &reverted, use_commit_times, pool));
          break;

        case svn_node_dir:
          SVN_ERR(revert_admin_things(dir_access, SVN_WC_ENTRY_THIS_DIR, entry,
                                      &reverted, use_commit_times, pool));
          ...


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@subversion.tigris.org
For additional commands, e-mail: issues-help@subversion.tigris.org

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic