You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Matt Slot <fp...@ambrosiasw.com> on 2008/08/26 17:28:51 UTC

Modified autoprops

I'm trying to resolve one last issue for my work on AppleDouble  
support: I need to flag when the AppleDouble property of a file in the  
working copy (either the Finder info or the resource fork) has been  
modified. I've scanned libsvn_wc/props.c, but I'm not able to grok the  
code sufficiently to plant my hooks in to make the necessary checks.

My basic attack in the patch was to emulate SVN_PROP_EXECUTABLE, which  
gives me 90% of what I need for my autoprop, but that prop is only  
checked once when the file is added and never updated if the user  
chmods +/-x the working copy.

My patch already supports loading an svn_string_t with the current  
AppleDouble settings from the working copy, I just need to know  
*where* to do this so that it can be compared against the cached copy  
and mark the WC property as modified.

Thanks in advance!

Matt Slot / Bitwise Operator / Ambrosia Software, Inc. -- http://www.AmbrosiaSW.com/



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