Last active
November 5, 2017 10:37
-
-
Save YuukiTsuchida/d95aa05a4cd968e37157558319603336 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# アカウント追加 | |
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