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
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.