[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: Brian Denny <brian_at_briandenny.net>
Date: 2002-10-02 06:18:56 CEST

> Can you have a APR_HAS_EXECUTE_BIT? Then you can write in
> positive rather then negative logic.

do you mean doing something like

#ifdef SVN_WIN32
#define SVN_HAS_EXECUTE_BIT 0
#else
#define SVN_HAS_EXECUTE_BIT 1
#endif

in an appropriate header file? or as part of the configure/build
system?

or do you know of some pre-existing way to tell if the system
has an execute bit? (i can find no such thing in the APR or SVN
headers).

OTOH the logic works (AFAIK) for the cases we have presently, and it's
only one line in the code that we're talking about, so it's easy to
refactor if the need arises.

so i don't feel particularly *compelled* to alter the patch, myself,
but will be happy to do so if there's some consensus on how it should
be changed...

-brian

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Oct 2 06:23:45 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.