Skip to content

Instantly share code, notes, and snippets.

@YuukiTsuchida
Last active November 5, 2017 10:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save YuukiTsuchida/d95aa05a4cd968e37157558319603336 to your computer and use it in GitHub Desktop.
Save YuukiTsuchida/d95aa05a4cd968e37157558319603336 to your computer and use it in GitHub Desktop.
# アカウント追加
sudo htpasswd /etc/apache2/dav_svn.passwd *** # ***はユーザー名
sudo apache2ctl restart
# リポジトリの追加
sudo svnadmin create test
sudo chown -R www-data:www-data /var/lib/svn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment