This is version . It is not the current version, and thus it cannot be edited.
[Back to current version]   [Restore this version]

Installazione svn su ubuntu#

  • creazione del gruppo subversion, al quale associare gli utenti desiderati
  • sudo apt-get install subversion
  • sudo mkdir /opt/svn/repository
  • sudo chown -R utente:subversion /opt/svn/*
  • sudo svnadmin create /opt/svn/repository/
  • sudo vi /opt/svn/repository/conf/svnserve.conf
  • sudo vi /opt/svn/repository/conf/passwd
  • sudo svnserve -d –foreground -r /opt/svn/repository/

apt-get install apache2 subversion libapache2-svn ssl-cert
Dopo aver installato i pacchetti si deve abilitare il modulo ssl.

a2enmod ssl
A questo punto si configura Apache per accettare le richieste sulla porta 443 (HTTPS). Per fare ciò è sufficiente aggiungere al file /etc/apache2/ports.conf la riga:

Add new attachment

Only authorized users are allowed to upload new attachments.
« This particular version was published on 14-Apr-2010 14:30 by CerlettiPaolo.