[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: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2002-10-02 06:47:06 CEST

If it's not already there, we should try to put any HAS_EXECUTE_BIT
flag in APR, not Subversion. There are enough APR developers here to
get any reasonable patch into the tree, I would think...

-K

Brian Denny <brian@briandenny.net> writes:
> 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

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