Justin Erenkrantz writes:
> Index: subversion/libsvn_wc/props.c
> ===================================================================
> --- subversion/libsvn_wc/props.c (revision 18738)
> +++ subversion/libsvn_wc/props.c (working copy)
> @@ -410,9 +410,9 @@
> SVN_ERR(svn_wc__loggy_set_readonly(log_accum, adm_access,
> real_props, pool));
> }
> - else
> + else if (!tmp_entry.has_props)
> {
> - /* No property modifications, remove the file instead. */
> + /* No property modifications and no more props, remove the file. */
> SVN_ERR(svn_wc__loggy_remove(log_accum, adm_access, real_props, pool));
> }
This sounds like a regression introduced by wc-propcaching. Your
solution isn't correct, because one of the main points of
wc-propcaching was to not have a working props file when there are no
property *changes*:-) I'll have a look tonight if possible.
Thanks for finding this, Justin,
//Peter
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Mar 7 08:33:12 2006