Open main menu

CDOT Wiki β

Changes

User:Cdolivei

254 bytes added, 16:50, 15 September 2006
cvs and ssh tunneling
Howto checkout mozilla code over an ssh tunneling (thanks in part to Mark) :

In terminal 1:
ssh -L 2401:cvs-mirror.mozilla.org:2401 -l cdolivei cdolivei@matrix

In terminal 2:
cvs -d :pserver:anonymous:anonymous@localhost:/cvsroot co mozilla/client.mk
1
edit