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

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

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2002-04-25 23:37:00 CEST

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
Received on Thu Apr 25 23:40:16 2002

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.