Re: Securing SVN directories
From: Marko Käning <mk362_at_mch.osram.de>
Date: Fri, 21 Nov 2008 15:05:25 +0100 (CET)
Hi Oliver,
when I create a new repo I set it up for access for a certain user group.
svnadmin create $REPOPATH/$REPONAME
chown -R $USER:$GROUP $REPONAME
chmod g+s $REPONAME/db
chmod g-w $REPONAME/format
Hope this helps.
Regards,
---------------------------------------------------------------------
|
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.