> Chris Kirkland

67 Items, latest addition, Mon, 4th June 2007
 

CVS via ssh tunneling

29/03/2005

there's loads written about cvs on the web and this isn't a long tutorial!!!
I just found out how to do cvs remotely via ssh, which is good because it's easy and encrypted.

How to do cvs via ssh



cvs -d :ext:username@yourcvsserver.net:/path/to/CVSHOME

so for example to export my latest copy of razzle module into the current directory of my local machine:

cvs -d :ext:noeledmonds@greasybeard.net:/var/lib/cvs export razzle