English | Português

Search

Services

Products

Free Software

Documentation

How do I access Async's CVS server?

Easy. Async's anonymous CVS server is active on cvs.async.com.br, and you can use CVSROOT=":pserver:anonymous@cvs.async.com.br:/cvs". Just press enter on the cvs login password prompt, and you'll be set to checkout and hack.

Example sessions (using the example module name websize; there are a number of modules hosted, including Kiwi and IndexedCatalog):

  • Using bash:
      jesus% export CVSROOT=:pserver:anonymous@cvs.async.com.br:/cvs
      jesus% cvs login
      (Logging in to anonymous@cvs.async.com.br)
      CVS password: # typed in Enter
      jesus% cvs co websize
      

  • Using csh:
      jesus% setenv CVSROOT :pserver:anonymous@cvs.async.com.br:/cvs
      jesus% cvs login
      (Logging in to anonymous@cvs.async.com.br)
      CVS password: # typed in Enter
      jesus% cvs co websize