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

Re: [PATCH] [Issue 870] import should set svn:executable automatically

From: Kevin Pilch-Bisson <kevin_at_pilch-bisson.net>
Date: 2002-09-25 21:38:24 CEST

Quoting Greg Hudson <ghudson@MIT.EDU>:

> On Wed, 2002-09-25 at 13:23, Branko Čibej wrote:
> > I have a strong suspicion that this function will almst always say "yes"
> > on Windows, which is exactly what you don't want. No, don't ask me for a
> > solution; I don't have one, short of horrible platform-specifics.
>
> Sometimes horrible platform-specifics are the answer.
>
> Is it fair to say that on Windows, a file is executable if its name ends
> in .exe or .com?
>
Not quite. You should see whether it ends with any of the things listed in
%PATHEXT%. On my machine that is:

PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH

--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Kevin Pilch-Bisson
kevin@pilch-bisson.net
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Sep 25 21:39:05 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.