Re: [Patch] Fix for issue 4364

2013-06-11 Thread Daniel Shahaf
Review of the formatting only (not of the patch substance): Markus Schaber wrote on Tue, Jun 11, 2013 at 11:13:44 +: > * subversion/libsvn_wc/adm_ops.c > (process_committed_leaf): In the shortcut for deleted nodes, pass TRUE to > remove the locks recursively. Wrap to 80 chars please. > @@

[Patch] Fix for issue 4364

2013-06-11 Thread Markus Schaber
Hi, See attached the patch to fix issue 4364. [[[ Fix issue #4364: Correctly remove the stale entries from the lock table when committing deletions. * subversion/libsvn_client/commit.c (post_process_commit_item): always pass the flag to remove locks for deleted and replaced items. * subvers