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

Re: question about unix file permissions

From: Bryan Donlan <bdonlan_at_gmail.com>
Date: 2004-07-05 01:32:40 CEST

On Sat, 3 Jul 2004 08:25:45 +0100, Tim Alsop <tim.alsop@cybersafe.ltd.uk> wrote:
> Eric,
>
> Thank you. This is good news.
>
> So, if the properties of a file are changed, surely this should be
> recognised as a change to the file and handled in the same was a
> modification to its content during the next commit ? Instead, it appears
> this is not the case and properties are only transferred into repository
> after initial add.
>
> I will try and use svn propset command to change my files, but I would
> prefer subversion to be more consistent so that future permission
> changes are recognised in the same was as content changes.
>
> Thanks, Tim.

What do you mean? Property changes can be committed in any revision -
but if you set a property to a value it's already set to it's not a
change. Note that unsetting svn:executable is done with 'svn propdel
svn:executable', not 'svn propset svn:executable 1' - the value of
svn:executable is replaces with *, only its presence matters.

For more information on properties, see
http://svnbook.red-bean.com/svnbook/ch07s02.html

-- 
bd
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Jul 5 01:36:00 2004

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.