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

Re: Issues with permissions during check in / check out

From: Ryan Schmidt <subversion-2006q2_at_ryandesign.com>
Date: 2006-05-23 23:09:07 CEST

On May 23, 2006, at 22:04, Steve Martin wrote:

> When I check our source code in, it does not appear to be keeping
> execute permissions on certain scripts... eg. configure,
> config.guess, install-sh etc.

[snip]

> Anyways, one thing at a time... the configure and related scripts.
> I might be mistaken, but would this be something I would add the
> svn:execute propset to?
>
> If so, that didn't work.

It's called svn:executable. Set it to anything other than the empty
string, and that'll give that file the executable bit.

That's the only Unix permission Subversion will keep, by the way.
There is an unofficial branch to keep more than that, but you have to
get it from the Subversion repository and build it yourself if you
want it.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue May 23 23:10:26 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.