NSLU2 (Debian Lenny) : Installare SVN

02 Feb in linux, nslu2

Ok iniziamo...i requisiti sono che abbiate una NLSU2 con installata la distribuzione Debian Linux per processori ARM (www.nslu2-linux.org).
Istruzioni(da utente root):

#installate subversion
apt-get install subversion
#create una directory per i vostri repositories
mkdir /var/svn-repos/
#create il repository
svnadmin create /var/svn-repos/<projet_name>
# Editate il file /var/svn-repos/<project_name>/conf/svnserve.conf come segue:
 
anon-access = none    #no anonymous can login
auth-access = write   #authenticated user are allowed to write
password-db = passwd  #use the passwd file for authentication
 
#Modificate il file /svn/repositories/<project_name>/conf/passwd 
#come descritto nel suo interno per aggiungere gli utenti
 
#Avviate il server con il comando
svnserve -d
 
#Il vostro repository sarà raggiungibile da:
svn://<server_address>/var/svn-repos/project_01 usando poi user e password per loggarvi da svn
oppure
svn://<user_dal_passwd>@<server_address>/var/svn-repos/<projet_name>

Fonti:
http://www.howtoforge.com/debian_subversion_websvn
http://www.spikesoft.ch/?p=314

N.B.
La possibilità di committare è legata anche dai permessi di scrittura sulle directory create per il repository dell'utente che lancia di demone.

Login
View Damiano Gregori's profile on LinkedIn
drupal
Creative Commons
Web Page Rank Icon
Technology Blogs - Blog Catalog Blog Directory
SiteUptime Web Site Monitoring Service

Recent comments

  • brao
    28 weeks 14 hours ago

User login

Connect
Sign in using Facebook

Home | About Us | Site Map | Copyright © 2010 Intu.it . All Rights Reserved.