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

RE: svn:executable property

From: Barry Scott <barry.alan.scott_at_ntlworld.com>
Date: 2002-10-01 21:27:09 CEST

> in discussion of the patch to address this issue, the closest thing
> to a consensus has been to *not* set the svn:executable property on
> platforms that don't have executable bits, which if i understand
> correctly is also what you (Barry) are advocating.

Yes thats what I'm advocating. Why not state when you will do it
rather then when not?

> thus, the patch which i have submitted checks for
> APR_HAS_USER and !(SVN_WIN32).

!(SVN_WIN32) does equal a POSIX filesystem API.
Can you have a APR_HAS_EXECUTE_BIT? Then you can write in
positive rather then negative logic.

> AFAIK no one so far has objected to this approach. it's not clear to me
> that cmpilato's post quoted above is in disagreement.

cmpilato's post (that I repied to) said that it should be platform
independent. cmpilato's follow up is that it should be platform
dependent.

Barry

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Oct 1 21:27:57 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.