#include <luonnotar.style>

<page title="Public CVS Repositories">

<p>We are proud to announce the availability to browse our CVS
repositories anonymously.

<h3>Using any web browser</h3>

<p>Just go to <a href="http://cvs.infodrom.org/">cvs.infodrom.org</a>
and select the proper repository and files.

<h3>Using »cvs«</h3>

<p>We are providing access through the :pserver: subsystem that »cvs«
provides.  All public repositories contain an anonymous account with
an empty password.  Before accessing the repository you'll have to log
in into the repository.  Here is a step-by-step description how to
achieve this:

<p><code>cvs -d :pserver:anonymous@cvs.infodrom.org:/var/cvs/$repository login</code>

<p>Simply hit enter when »cvs« asks for a password.

<p><code>cvs -d :pserver:anonymous@cvs.infodrom.org:/var/cvs/$repository co $module</code>

<p>The following repositories are accessible, each of them has
different modules.  The easiest way to find out which modules are
available is to browse <a
href="http://cvs.infodrom.org/">cvs.infodrom.org</a>.  Repositories
contain:

<p><ul>

<li> <strong>/var/cvs/debian</strong> - Debian
<li> <strong>/var/cvs/infodrom</strong> - Infodrom-Tools
<li> <strong>/var/cvs/infodrom.org</strong> - Infodrom.org
<li> <strong>/var/cvs/linuxger.de</strong> - #LinuxGER
<li> <strong>/var/cvs/ltev</strong> - LinuxTag

</ul>

<p>After your work is done and you want to clear your passwd (in
<code>~/.cvspass</code>) you may log out again by using the following
command.

<p><code>cvs -d :pserver:anonymous@cvs.infodrom.org:/var/cvs/$repository logout</code>

</page>

# Local variables:
# mode: text
# mode: auto-fill
# mode: iso-accents
# end:
