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

Re: Setting the Execute Bit on Checkout

From: Tom Mornini <tmornini_at_infomania.com>
Date: 2006-01-06 01:31:54 CET

You need to svn:executable property set for those files.

   svn propset svn:executable '*' filename.ext

--
-- Tom Mornini

On Jan 5, 2006, at 6:38 PM, Robert Reeves wrote:

> Hi,
>
> My BIOS developers store their compile time exe's in SVN. When I
> issue "svn co https://server/svn/path/to/source" my compile time
> exe's do not have the executable bit set. When my dev's "svn co",
> theirs is set properly.
>
> I say properly, because when I attempt to run the build, I get an
> access denied error. What is completely ridiculous about this is
> that we're both on windows boxes...
>
> Mine:
>
> C:\dev\tools600>ls -al NMAKE.EXE
> -rw-rw-rw- 1 robert.reeves Domain Users 45568 Jan 5 16:58 NMAKE.EXE
>
> Theirs:
>
> C:\dev\tools600>ls -al NMAKE.EXE
> -rwx------- 1 joe.blow Domain Users 45568 Jan 5 16:58 NMAKE.EXE
>
> Is this a SVN issue or is something else going on?
>
> We have tried both TortoiseSVN and cygin's SVN. Both respond the same.
>
> Thanks!
>
> Robert
>
Received on Fri Jan 6 01:53:27 2006

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.