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

Re: svn propdel svn:executable bug?

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2002-07-06 00:07:27 CEST

William Uther <will+@cs.cmu.edu> writes:

> Hi,
>
> If I set the svn:executable property on a directory and then remove that
> with a svn propdel svn:executable, then the directory loses its 'x'
> permissions. This is annoying. Makes it hard to use the directory until
> you fix it. :)

I added this feature last month... changing the value of
svn:executable immediately runs 'chmod +x' or 'chmod -x' on the item.
Are you saying that this feature should only operate on files, not
directories? Do we need to put in that restriction?

I don't think that it ever occurred to us that someone would try to
set that property on a directory.... why were you doing that?

Maybe we should prevent that property from -ever- being set on a
directory?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Jul 6 00:12:07 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.