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

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: 
1.2     ! js          8: <h2>Checkout DVB</h2>
1.1       js          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>
1.2     ! js         15: (use any other module you are interested in instead of dvb-kernel, you can check
        !            16: with <a href="/cgi-bin/viewcvs.cgi">viewcvs</a> which modules exist)<p>
1.1       js         17: 
                     18: <p>If you want to check out the current drivers for the 2.4 kernel, please use:
                     19: <tt>cvs -z3 -d :pserver:anonymous@cvs.linuxtv.org:/cvs/linuxtv co -rlinux_2_4 dvb-kernel</tt><br>
                     20: (use any other module you are interested in instead of dvb-kernel)<p>
                     21: 
1.2     ! js         22: 
        !            23: <h2>Checkout video4linux</h2>
        !            24: 
        !            25: <p>This is similar to DVB but uses a differernt CVSROOT:</p>
        !            26: <p><tt>cvs -d :pserver:anonymous@cvs.linuxtv.org:/cvs/video4linux login</tt></p>
        !            27: <p><tt>cvs -d :pserver:anonymous@cvs.linuxtv.org:/cvs/video4linux co video4linux</tt></p>
        !            28: 
1.1       js         29: <h2>Update</h2>
                     30: 
                     31: <p>You can later update your sources by running:</p>
                     32: <p><tt>cvs -z3 up -dP</tt></p>
                     33: 
1.2     ! js         34: 
1.1       js         35: <h2>Browse the CVS Repository Online</h2>
                     36: 
                     37: <p>You can browse the files in the CVS repository with viewcvs. You can also
                     38: download on-the-fly generated tarballs, but please use this feature sparingly
                     39: as it puts a high load on the machine. If you find yourself downloading the
                     40: newest sources regularly you should consider using anon-cvs access, as described above.</p>
1.2     ! js         41: <p>To browse the video4linux CVS select the "v4l" tree in the upper right
        !            42: of the viewcvs page, or use the link below.</p>
        !            43: 
        !            44: <p><a href="/cgi-bin/viewcvs.cgi/">viewcvs DVB</a></p>
        !            45: <p><a href="/cgi-bin/viewcvs.cgi/?root=v4l">viewcvs video4linux</a></p>
1.1       js         46: 
                     47: 
                     48: <?php include "linuxtv-footer.inc"; ?>

LinuxTV legacy CVS <linuxtv.org/cvs>