Shared robotics projects; ------------------------------------------------------------------------------------------ setting up access with cvs: Windows: * download latest recommended release of WinCVS from http://www.wincvs.org/ * download puttygen.exe from http://the.earth.li/~sgtatham/putty/latest/x86/puttygen.exe * generate rsa public and private key files with puttygen, save the private key to your protected home directory * in the Remote-Checkout module menu specify CVSROOT: as :ssh;username=petrovic;hostname=lola.mircrostep-mis.com;privatekey='<<<<<>>>>>':/CVSROOT * set the ssh port Unix: * make sure cvs and ssh are installed * generate keys using ssh-keygen -t dsa * set the environment variables (here for bash users): export CVS_RSH=/usr/bin/ssh export CVSROOT=:ext:petrovic@lolacvs:/CVSROOT * create ~/.ssh/config as: Host lolacvs HostName lola.microstep-mis.com ForwardX11 no ForwardAgent no Port .... Both: * send the public key by mail to ppetrovic@acm.org * create some local working directory and in that directory * checkout module robotika: cvs checkout robotika IMPORTANT! * please always run "cvs update" before "cvs commit"