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

Changing file permissions?

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

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:23:56 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.