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

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.8     ! mchehab     8: 
        !             9: <h2>Checkout V4L-DVB</h2>
        !            10: 
        !            11: <p>Starting from 2005-11-26, both V4L and DVB kernel trees were merged.</p>
        !            12: 
        !            13: <p> To get the latest sources from CVS you need to issue the following commands:</p>
        !            14: 
        !            15: <p><tt>cvs -d :pserver:anonymous@cvs.linuxtv.org:/cvs/video4linux login</tt><br>
        !            16: (use an empty password)</p>
        !            17: <p><tt>cvs -z3 -d :pserver:anonymous@cvs.linuxtv.org:/cvs/video4linux co -P v4l-dvb</tt></p>
        !            18: 
        !            19: <h2>Checkout old DVB tree or other DVB modules</h2>
1.1       js         20: 
1.4       js         21: <p>As CVS is mostly used by developers it tracks the latest -rc kernel
                     22: and may not compile with older kernels, not even with the last stable release.
                     23: We provide a patchset for the latest stable kernel
                     24: <a href="http://linuxtv.org/downloads/patches/">in the download area</a>.</p>
                     25: 
1.1       js         26: <p> To get the latest sources from CVS you need to issue the following commands:</p>
                     27: 
1.6       js         28: <p><tt>cvs -d :pserver:anonymous@cvs.linuxtv.org:/cvs/linuxtv login</tt><br>
1.1       js         29: (use an empty password)</p>
1.6       js         30: <p><tt>cvs -z3 -d :pserver:anonymous@cvs.linuxtv.org:/cvs/linuxtv co -P dvb-kernel</tt><br>
1.2       js         31: (use any other module you are interested in instead of dvb-kernel, you can check
                     32: with <a href="/cgi-bin/viewcvs.cgi">viewcvs</a> which modules exist)<p>
1.1       js         33: 
                     34: <p>If you want to check out the current drivers for the 2.4 kernel, please use:
1.6       js         35: <tt>cvs -z3 -d :pserver:anonymous@cvs.linuxtv.org:/cvs/linuxtv co -P -rlinux_2_4 dvb-kernel</tt><br>
1.1       js         36: (use any other module you are interested in instead of dvb-kernel)<p>
                     37: 
1.2       js         38: 
1.8     ! mchehab    39: <h2>Checkout old video4linux tree</h2>
1.2       js         40: 
1.3       js         41: <p>This is similar to DVB but uses a different CVSROOT:</p>
1.2       js         42: <p><tt>cvs -d :pserver:anonymous@cvs.linuxtv.org:/cvs/video4linux login</tt></p>
1.7       mchehab    43: <p><tt>cvs -d :pserver:anonymous@cvs.linuxtv.org:/cvs/video4linux co -P v4l-kernel</tt></p>
1.2       js         44: 
1.1       js         45: <h2>Update</h2>
                     46: 
                     47: <p>You can later update your sources by running:</p>
1.6       js         48: <p><tt>cvs -z3 up -dP</tt></p>
1.1       js         49: 
1.2       js         50: 
1.1       js         51: <h2>Browse the CVS Repository Online</h2>
                     52: 
                     53: <p>You can browse the files in the CVS repository with viewcvs. You can also
                     54: download on-the-fly generated tarballs, but please use this feature sparingly
                     55: as it puts a high load on the machine. If you find yourself downloading the
                     56: newest sources regularly you should consider using anon-cvs access, as described above.</p>
1.2       js         57: <p>To browse the video4linux CVS select the "v4l" tree in the upper right
                     58: of the viewcvs page, or use the link below.</p>
                     59: 
                     60: <p><a href="/cgi-bin/viewcvs.cgi/">viewcvs DVB</a></p>
                     61: <p><a href="/cgi-bin/viewcvs.cgi/?root=v4l">viewcvs video4linux</a></p>
1.1       js         62: 
                     63: 
                     64: <?php include "linuxtv-footer.inc"; ?>

LinuxTV legacy CVS <linuxtv.org/cvs>