
<H3>Getting the sources by FTP or CVS</H3>

<P>Get the snapshot archive from
<BLOCKQUOTE>
  <A HREF="ftp://sourceware.cygnus.com/pub/libstdc++/">
           ftp://sourceware.cygnus.com/pub/libstdc++/
  </A>
</BLOCKQUOTE></P>

<P>CVS repository available by anonymous CVS.
  <UL>
   <LI>cvs -d :pserver:anoncvs@sourceware.cygnus.com:/cvs/libstdc++ login
   <LI>enter ``anoncvs'' for the password
   <LI>cvs -d :pserver:anoncvs@sourceware.cygnus.com:/cvs/libstdc++ co libstdc++

   <LI>You only need to specify the repository root the first time; after
       that cvs will go to the correct place automatically.

   <LI>You can 
       <A HREF="/cgi-bin/cvsweb.cgi/libstdc++?cvsroot=libstdc++">browse 
       the CVS repository over the web</a>.
  </UL>
</P>


