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

Problems with permissions (changed vith svn commit)

From: Sebastijan V <sv7874_at_gmail.com>
Date: Thu, 21 Mar 2013 02:50:52 +0100

Hello

I'm using Fedora. Until subversion-1.6.18-1 everything was OK.
 From version 1.7.8-1 I have following problem:

# touch testfile
# ls -la testfile
-rw-r--r--. 1 root root 0 Mar 21 02:49 testfile

# chmod 600 testfile
# svn add testfile
# ls -la testfile
-rw-------. 1 root root 0 Mar 21 02:49 testfile

# svn -m '' ci
# ls -la testfile
-rw-r--r--. 1 root root 0 Mar 21 02:49 testfile

I don't think, that's OK.
I was searching on the net, how to preserve permissions, but didn't find
anything.
Is any option, to leave permissions as they are while svn commit?

with */strace svn -m '' ci/* I can see 'chmod 644'

best regards, sebastijan
Received on 2013-03-21 07:20:30 CET

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.