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