/usr/sbin/apachectl
sudo /usr/sbin/apachectl graceful
/private/etc/apache2/httpd.conf /private/etc/apache2/users/hoge.conf
/Library/WebServer/Documents/
<Location /svn> DAV svn SVNListParentPath on SVNParentPath "/Users/foo/data/svn" SVNIndexXSLT /svnindex.xsl Order deny,allow Deny from all allow from 127.0.0.1 AuthType Basic AuthName "Subversion repository" AuthUserFile /Users/foo/data/users Require valid-user </Location>