Sv.openoffice.org.workspace/CVS

From Apache OpenOffice Wiki
Jump to: navigation, search
  1. make sure a public key is registered already with OOo
  1. establish tunnel and keep process in background

ssh -i ~/.ssh/OOo.id_dsa -2 -x -L 2401:localhost:2401 tunnel@openoffice.org

  1. set environment variables for anonymous CVS

export CVSROOT=:pserver:anoncvs@anoncvs.services.openoffice.org:/cvs

  1. OR
  2. set environment variables to use CVS over the SSH tunnel

export CVSROOT=:pserver:username@localhost:/cvs

  1. log in

cvs -d :pserver:username@localhost:/cvs login /code>

  1. checkout

cvs checkout sv/www

  1. Sometimes this is needed instead:

cvs -z3 -d:pserver:username@localhost:/cvs checkout sv/www/

cvs -z3 -d:pserver:username@localhost:/cvs commit sv/www/

Personal tools