Appunti su CVS per NetBeans su Suse 9.3
1) L'aggiornamento al pacchetto CVS 1.12.12 crea dei problemi con
NetBeans, quindi bisogna installare una versione precedente ad esempio
la 1.11
2) Attivare il servizio in Network Service (xinetd) su YAST
3) Modificare la configurazione del file /etc/xinetd.d/cvs
ESEMPIO:
# CVS pserver (remote acces to your CVS repositories)
# Please read the section on security and passwords in the CVS manual,
# before you enable this.
# default: off
service cvspserver
{
disable = no
log_type = FILE /var/log/cvspserver
group = gruppo
socket_type = stream
protocol = tcp
wait = no
user = root
server = /usr/bin/cvs
server_args = -f --allow-root=/usr/local/cvsroot pserver
}
4) effettuare il login con i vari utenti interessati
ESEMPIO
*cvs -d :pserver:utente1@111.111.111.111:/cvs/root login*
Commenti