This documentation uses variables denoted with a $ followed by a keyword, all this emphasized with red text (i.e. $variable). These variables should be replaced with appropriate values. Suggested default values are denoted with a variable followed by an equal sign and a value (i.e $variable = value).
How to create a Subversion repository
- Create a Subversion repository
svnadmin create /var/www/svn/$repository_name
- Make Apache the repository group owner
chown -hR root:apache /var/www/svn/$repository_name
- Allow read/write/execute commands from Apache
chmod -R -rwxrwx--- /var/www/svn/$repository_name