Using the Hinzumilabs CVS

In this example we'll use the netsukuku module.

Just do the following:

cat <<EOF>> ~/.ssh/config
Host cvs.hinezumi.org
Hostname cvs.hinezumi.org
Port 2222
EOF

scp ~/.ssh/id_rsa.pub USERNAME@cvs.hinezumi.org:~/.ssh/authorized_keys

export CVSROOT=":ext:USERNAME@cvs.hinezumi.org:/home/cvsroot"

cvs co netsukuku

cd netsukuku/
loop:   
        cvs update      # to update files, which have been modified by others
        modifica file
        cvs commit
        
        goto loop

* Hinezumi viewcvs: http://cvs.hinezumi.org/viewcvs/ * CIA stats for netsukuku: http://cia.navi.cx/stats/project/netsukuku/