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

Re: Changing file permissions?

From: <Michael.McElroy_at_schange.com>
Date: 2006-10-11 23:54:49 CEST

OK, now I see "svn propset svn:executable ON 'somescript'". Seems odd that
if a certain mode is set when you do an update it stays set in the repos,
but if you want to change just the mode, you have to do it explicitly.

Thanks,
Mike

Michael.McElroy@schange.com
10/11/2006 05:23 PM

To
users@subversion.tigris.org
cc

Subject
Changing file permissions?

On Linux, after changing permissions on a file with chmod, svn stat
doesn't show any modifications to the file, which means I can't commit it.
Am I doing this wrong?

Mike

ls -l xinetd
-rwxr-xr-x 1 mvm users 1041 2006-10-11 17:06 xinetd

 chmod -x xinetd

ls -l xinetd
-rw-r--r-- 1 mvm users 1041 2006-10-11 17:06 xinetd

svn stat
(no output)

Subversion: 1.4.0
Received on Wed Oct 11 23:54:50 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.