Index: subversion/libsvn_wc/adm_ops.c =================================================================== --- subversion/libsvn_wc/adm_ops.c (revision 14447) +++ subversion/libsvn_wc/adm_ops.c (working copy) @@ -1382,6 +1382,9 @@ } } + /* If necessary, tweak the read-only-ness of the file. */ + SVN_ERR (svn_wc__maybe_set_read_only (NULL, fullpath, adm_access, pool)); + /* Remove conflict state (and conflict files), if any. */ if (entry->prejfile || entry->conflict_old || entry->conflict_new || entry->conflict_wrk)