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

Re: How to preserve file permission bits

From: Ryan Schmidt <subversion-2007a_at_ryandesign.com>
Date: 2007-02-23 02:17:05 CET

On Feb 21, 2007, at 12:56, Robert Dodier wrote:

> I have changed the file permission bits (Linux) for some files.
> I want Subversion to preserve those bits (goal is to get the
> same bits when the files are checked out). Is Subversion
> guaranteed to preserve those bits? Do I need to take some
> special action to ensure that? Or is it just not possible?

Just not possible, I'm afraid. The exception is the execute bit of
files, which you can set by setting the svn:executable property of
the file to any value. Other bits are not preserved, however.

There is a branch of Subversion (the owner-group-mode branch) in
which someone made this available, but I don't think the branch has
been kept up to date.

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

-- 
To reply to the mailing list, please use your mailer's Reply To All  
function
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Feb 23 02:17:33 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.