CAIDA Home
 about | conference calendar | local calendar | how-to | jobs | legal | staff | joining | program plan  
 www.caida.org > home : how-to : : ccvssh
    visit     contact     search:
CAIDA: Cooperative Association for Internet Data Analysis
How-To: External CVS with ccvssh

-----summary of contents-----
A how-to intended for external CAIDA collaborators regarding the usage of the ccvssh tool to access CVS repositories remotely.
-----end summary of contents-----

External CAIDA CVS with ccvssh

OR

Then

  • Add ccvssh to your path ( assuming bash shell ):
    • export PATH=/path/you/installed/into:${PATH}
  • Next, set the appropriate environmental variables ( replacing USER with your username as provided by us ):
    • export CVSROOT=:ext:USER@cvs.caida.org:/cvs
    • export CVS_RSH=ccvssh
  • Next, login to the system via ccvssh ( only needed once ):
    • ccvssh login ( and type your password when prompted )
  • Now use cvs as you normally would.
    • cvs co some/module

Cooperative Association for Internet Data Analysis (CAIDA)
  Last Modified: Fri Feb-16-2007 9:20:49 PDT
  Maintained by: Alex Ma
  Page URL: http://www.caida.org/home/how-to/ccvssh/index.xml