You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Ben Collins-Sussman <su...@collab.net> on 2002/04/25 21:37:00 UTC

Re: svn commit: rev 1784 - trunk trunk/subversion/include trunk/subversion/libsvn_wc trunk/subversion/libsvn_subr

sussman@tigris.org writes:

> Author: sussman
> Date: 2002-04-25 21:21 GMT
> New Revision: 1784
> 
> New feature, issue #522:  version the execute bit on files.
> 
> NOTE:  a bug still remains, see forthcoming mail.  

So here's the great irony, having just implemented this new feature.

I just discovered a bug that's essentially analogous to the one I
fixed yesterday.  Yesterday's bug (#646) was that a propchange-only
commit wouldn't cause a file to be "re-expanded" after the commit.
The longstanding bug I found today is that a propchange-only update
won't cause the file to be re-expanded either.

Of course, this is exactly what I want to do right now: I want to set
the svn:executable property on autogen.sh and all the *.py files, and
commit.  But if I do that, this bug means that when everyone else
updates, the +x bit won't be changed!

So I'm off to fix the new bug.  When that's done, we can +x stuff in
our tree.  (Unfortunately, it means re-examining the logic in
svn_wc_install_file, which is never, ever fun.)


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