aboutsummaryrefslogtreecommitdiffstats
path: root/modules/subversion/templates/create_svn_repo.sh
blob: d1fb9f172f27c49f1cfd2fd8752b0d6ccead3f7f (plain)
1
2
3
4
5
6
7
#!/bin/bash
umask 0002
# needed for http://idolinux.blogspot.com/2010/05/subversion-svn-group-permissions.html
svnadmin create --pre-1.6-compatible "$1"
#chmod g+w "$1"/db/txn-current-lock
#chmod g+w "$1"/db/transactions
#chmod g+w "$1"/db/locks