Re: Repository Permission Question
From: Marc Haisenko <haisenko_at_webport.de>
Date: 2004-01-21 16:34:44 CET
On Wednesday 21 January 2004 17:19, Anthony E. Glover wrote:
Add the following line to the /etc/profile:
umask 002
or edit the /etc/login.defs file and set
UMASK 002
This sets -rw-rw-r-- permissions on newly created files.
You could also do something like this in /etc/profile:
TMP=`groups | grep mysvngroup`
This would only set the umask for users in group "mysvngroup" ;-)
-- Marc Haisenko Systemspezialist Webport IT-Services GmbH mailto: haisenko@webport.de --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Wed Jan 21 17:35:15 2004 |
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.