4 069
contributi
Riga 47: | Riga 47: | ||
<pre> | <pre> | ||
# /etc/init.d/apache2 restart | # /etc/init.d/apache2 restart | ||
</pre> | |||
== Impostare i permessi sulla directory radice == | |||
Poichè interagiremo con Subversion attraverso Apache, è importante che il nostro webserver abbia i permessi di scrittura sulle directory del nostro repository. Impostiamo quindi i giusti permessi: | |||
<pre> | |||
# chown –R www-data:www-data /var/lib/svn | |||
</pre> | </pre> |