[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[PATCH] Move magic props detection to separate function

From: Ivan Zhakov <chemodax_at_gmail.com>
Date: 2005-09-08 13:37:01 CEST

Hi!
This is just simple refactoring: move magic props detection to separate function
svn_wc__is_magic_props_changed.

[[
Move magic props detection to separate function
svn_wc__is_magic_props_changed().

* subversion/libsvn_wc/adm_ops.c:
  (revert_admin_things): Use new function svn_wc__is_magic_props_changed().

* subversion/libsvn_wc/props.c:
  (svn_wc__is_magic_props_changed): New function implementation.
Returns TRUE if one
  of given propchanges is "magic".

* subversion/libsvn_wc/props.h:
  (svn_wc__is_magic_props_changed): New function declaration.

* subversion/libsvn_wc/update_editor.c:
  (install_file): Use new function svn_wc__is_magic_props_changed().
]]

-- 
Ivan Zhakov


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

Received on Thu Sep 8 13:37:59 2005

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.