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

why does Subversion change file permission

From: jianyun zhu <sethzhujy1218_at_gmail.com>
Date: 2007-12-06 07:57:01 CET

Hi guys, I am working for a team that uses Subversion for version control,
and I meet an confusing issue. Here's the scenario:

I had a perl script named send_mail_daemon.pl, the file permission is 777
    -rwxrwxrwx 1 seth users 4662 Dec 6 14:23 send_mail_daemon.pl

then someone changed it and I update
> svn update send_mail_deamon.pl

after that, I found the file permission is CHANGED, which is not what I want
!
    -rwxr--r-- 1 seth users 4662 Dec 6 14:25 send_mail_daemon.pl

In fact, this changed file permission is an error in my project because some
one else cann't execute this script.

could someone please tell me why things go like this? and, any solution or
advice would be appreciate

thank you~~
Received on Thu Dec 6 07:57:25 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.