From: John (EBo) David (ebo_at_[hidden])
Date: 2000-11-18 23:28:23


I have a suggestion for a FAQ submission: general instructions for
downloading from the CVS repository.. something like:

CVS instructions:

The current version of the software can be installed from source
archives or downloaded from the public CVS archive hosted by
SourceForge. The general step-by-step procedures are as follows:

First login to the SourceForge repository:
  cvs -d:pserver:anonymous_at_[hidden]:/cvsroot/boost
login
      just type <return> when it asks for a password

Checkout the latest versions:
  cvs -z3 -d:pserver:anonymous_at_[hidden]:/cvsroot/boost
checkout boost

Logout of the SourceForge repository:
  cvs -d:pserver:anonymous_at_[hidden]:/cvsroot/boost
logout

...