Store unix permissions in repository
From: Anders Bo Rasmussen <fuzz01_at_spamfilter.dk>
Date: 2007-08-14 23:26:12 CEST
Hello.
I would like to store Unix permissions in a Subversion repository, I
Lets say I have the files with the permissions:
-rw-r--r-- a
If I make a 'svn import' followed by a 'svn co' in another directory I
-rw-r----- a
However that depends on my umask - if I have umask 0000 I get:
-rw-rw-rw- a
But what I want is the complete same permissions as in the original
Anyone have good ideas how to achieve this?
Regards
-- 41 6E 64 65 72 73 --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Wed Aug 15 10:18:18 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.