Skip to content

Instantly share code, notes, and snippets.

@daramkun
Created August 6, 2013 12:43
Show Gist options
  • Select an option

  • Save daramkun/6164131 to your computer and use it in GitHub Desktop.

Select an option

Save daramkun/6164131 to your computer and use it in GitHub Desktop.
#!/bin/bash
cd svnroot
mkdir $1
cd $1
svnadmin create --fs-type fsfs ./
chown -R www-data:www-data ./
chmod -R g+rws ./
cd ../..
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment