Annotation of linuxtv.org/cvs.php, revision 1.1

1.1     ! js          1: <?php
        !             2:   $title = "LinuxTV.org - CVS Access";
        !             3:   include "linuxtv-header.inc";
        !             4: ?>
        !             5: 
        !             6: <h1>Public CVS Access</h1>
        !             7: 
        !             8: <h2>Checkout</h2>
        !             9: 
        !            10: <p> To get the latest sources from CVS you need to issue the following commands:</p>
        !            11: 
        !            12: <p><tt>cvs -d :pserver:anonymous@cvs.linuxtv.org:/cvs/linuxtv login</tt><br>
        !            13: (use an empty password)</p>
        !            14: <p><tt>cvs -z3 -d :pserver:anonymous@cvs.linuxtv.org:/cvs/linuxtv co dvb-kernel</tt><br>
        !            15: (use any other module you are interested in instead of dvb-kernel)<p>
        !            16: 
        !            17: <p>If you want to check out the current drivers for the 2.4 kernel, please use:
        !            18: <tt>cvs -z3 -d :pserver:anonymous@cvs.linuxtv.org:/cvs/linuxtv co -rlinux_2_4 dvb-kernel</tt><br>
        !            19: (use any other module you are interested in instead of dvb-kernel)<p>
        !            20: 
        !            21: <h2>Update</h2>
        !            22: 
        !            23: <p>You can later update your sources by running:</p>
        !            24: <p><tt>cvs -z3 up -dP</tt></p>
        !            25: 
        !            26: <h2>Browse the CVS Repository Online</h2>
        !            27: 
        !            28: <p>You can browse the files in the CVS repository with viewcvs. You can also
        !            29: download on-the-fly generated tarballs, but please use this feature sparingly
        !            30: as it puts a high load on the machine. If you find yourself downloading the
        !            31: newest sources regularly you should consider using anon-cvs access, as described above.</p>
        !            32: 
        !            33: <p><a href="/cgi-bin/viewcvs.cgi">viewcvs</a></p>
        !            34: 
        !            35: <?php include "linuxtv-footer.inc"; ?>

LinuxTV legacy CVS <linuxtv.org/cvs>