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

Modified autoprops

From: Matt Slot <fprefect_at_ambrosiasw.com>
Date: Tue, 26 Aug 2008 13:28:51 -0400

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_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-08-26 19:29:04 CEST

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.