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

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

LinuxTV legacy CVS <linuxtv.org/cvs>