[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: Ryan Schmidt <subversion-2006Q1_at_ryandesign.com>
Date: 2006-01-06 01:29:15 CET

On Jan 6, 2006, at 00:38, Robert Reeves wrote:

> 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.

> 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

I don't work on Windows, but on *nix and Mac OS X, if you want a file
to get the execute bit after checkout, you should have its
svn:executable property set (to anything). Subversion does not manage
any other file permissions (except maybe the writable bit when using
svn:needs-lock), so the difference between your machine and the other
developer's machine is caused by something other than Subversion.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jan 6 01:47:46 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.