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

Re: Suggestion/question - file permissions

From: Ryan Schmidt <subversion-2007b_at_ryandesign.com>
Date: 2007-09-06 05:48:56 CEST

On Sep 5, 2007, at 09:51, Rainer Sokoll wrote:

> On Wed, Sep 05, 2007 at 09:44:52AM -0500, ANDREW.LUCAS@L-3Com.com
> wrote:
>
>> I needed to do this to make a script file executable.
>
> Use svn:executable.
>
>> Is this behavior by design?
>
> Subversion is not ment to handle file attributes.

Right. The executable bit is the one exception. If a file that you
add to Subversion has the executable bit when you add it, Subversion
adds the svn:executable property to the file. If you check out a file
that has the svn:executable property, Subversion sets the filesystem
executable bit on it. If you have an existing file in the repository
to which you would like to add the executable bit, add the
svn:executable property (with any value; Subversion will normalize
the value to "*").

> But IIRC there is a subversion fork that exactly does this - but I
> can't
> just remeber the name :-(

The owner-group-mode branch is almost 2 years out-of-date and
probably forgettable at this point:

http://svn.collab.net/viewvc/svn/branches/meta-data-versioning/

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Sep 6 05:47:32 2007

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.