=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/anoncvs.html,v retrieving revision 1.103 retrieving revision 1.104 diff -u -r1.103 -r1.104 --- www/anoncvs.html 2000/03/30 17:30:12 1.103 +++ www/anoncvs.html 2000/04/07 18:25:42 1.104 @@ -23,6 +23,9 @@
  • Getting Started Using Anonymous CVS.
  • Using CVS to Get and Update your Source Tree.
  • Available Anonymous CVS Servers. +
  • Getting crypto sources through CVS(1). +
  • Example usages for CVS(1). +
  • Use rsh(1) or ssh(1)?


    @@ -349,13 +352,21 @@

    Note:, If your server is listed on here with inaccurate or -unknown information, please contact beck@openbsd.org +unknown information, please contact +beck@openbsd.org +

    +

    -You may want to use `traceroute' to find out which server is nearest you. +You may want to use +traceroute(8) +to find out which server is nearest you. Problems with a server should be reported to the maintainer of the server in question. - +

    + + +

    Getting crypto sources through CVS(1)

    +

    IMPORTANT NOTE: There are a few issues relating to cryptographic software that everyone @@ -389,55 +400,57 @@ on to find out how you can help. + +

    Example usages for CVS(1).

    +

    A sample use of an anoncvs CVS server would be: -

    In order to use a cvs ``pserver'' (a direct tcp connection instead of using ssh or rsh) you must login once: -

    +
    +

    Here is how someone using anoncvs regularly would update his source tree:

    @@ -464,35 +477,36 @@ To use ports, it is similar to src: -In the above example, '-q' is optional, only intended to minimize +In the above example, -q is optional, only intended to minimize cvs's output. For those who like to see screenfulls of output, it can be omitted.

    -or to make a diff of a locally patched module (here cd.c) to include with +or to make a diff of a locally patched module (here cd.c) to include with a bug report: -

    -# cd /usr
    -# cvs diff -u src/sys/scsi/cd.c > /tmp/patch
    -
    +

    -The CVS man page (included with the CVS sources) has much more +The CVS(1) man page +(included with the CVS sources) has much more information about how CVS can be used.

    @@ -510,6 +524,10 @@ developer access. As well, people providing patches can create their "diff"s relative to the CVS tree, which will ease integration. + + +

    Use rsh(1) or ssh(1)?

    +

    Anoncvs: rsh vs. ssh
    @@ -613,7 +631,7 @@


    OpenBSD www@openbsd.org -
    $OpenBSD: anoncvs.html,v 1.103 2000/03/30 17:30:12 beck Exp $ +
    $OpenBSD: anoncvs.html,v 1.104 2000/04/07 18:25:42 ericj Exp $