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

1.1       js          1: <?php
1.9       mchehab     2:   $title = "LinuxTV.org - CVS and Mercurial access";
1.1       js          3:   include "linuxtv-header.inc";
                      4: ?>
                      5: 
1.9       mchehab     6: <h1>Public CVS and Mercurial Access</h1>
                      7: 
                      8: 
                      9: <h2>Access V4L-DVB via web browser</h2>
                     10: 
                     11: <p>
                     12: V4L/DVB tree is available via <a href=http://linuxtv.org/hg/v4l-dvb>http://linuxtv.org/hg/v4l-dvb</a>.
                     13: </p><p>
                     14: It is also possible to get a tarball of the latest version by using the following procedure:
                     15: </p>
                     16: <ol>
                     17: <li>Open http://linuxtv.org/hg/v4l-dvb on your favorite browser;
                     18: </li><li>go to Tips line and click on it;
                     19: </li><li>It will open a view of current tags. Click on manifest at the tip line;
1.10    ! mchehab    20: </li><li>A tree graph will be showed. You will see near the top an option to get a <gz> or <bz2>. Click on one of these and you will receive a tarball with the latest version.
1.9       mchehab    21: </li></ol>
1.1       js         22: 
1.8       mchehab    23: 
                     24: <h2>Checkout V4L-DVB</h2>
                     25: 
1.9       mchehab    26: <p>Starting from 2006-01-30, V4L and DVB kernel modules are available via 
                     27: <a href=http://www.selenic.com/mercurial/>Mercurial</a>.</p>
                     28: 
                     29: <p> To get the latest sources from Mercurial, you need:</p>
                     30: <ol><li>To install mercurial.<br>
                     31: some distros already have it. If not available, you can <a
                     32: href=http://www.selenic.com/mercurial/wiki/index.cgi/BinaryPackages>download a binary
                     33: version</a> or <a href=http://www.selenic.com/mercurial/wiki/index.cgi/Download> retrieve a
                     34: source file</a>.
                     35: </li><li>
                     36: hg clone http://linuxtv.org/hg/v4l-dvb
                     37: </li></ol>
1.8       mchehab    38: 
1.9       mchehab    39: <h2>Checkout old V4L/DVB CVS tree</h2>
1.8       mchehab    40: 
                     41: <p><tt>cvs -d :pserver:anonymous@cvs.linuxtv.org:/cvs/video4linux login</tt><br>
                     42: (use an empty password)</p>
                     43: <p><tt>cvs -z3 -d :pserver:anonymous@cvs.linuxtv.org:/cvs/video4linux co -P v4l-dvb</tt></p>
                     44: 
1.9       mchehab    45: <h2>Checkout old DVB CVS tree or other DVB CVS modules</h2>
1.1       js         46: 
1.4       js         47: <p>As CVS is mostly used by developers it tracks the latest -rc kernel
                     48: and may not compile with older kernels, not even with the last stable release.
                     49: We provide a patchset for the latest stable kernel
                     50: <a href="http://linuxtv.org/downloads/patches/">in the download area</a>.</p>
                     51: 
1.1       js         52: <p> To get the latest sources from CVS you need to issue the following commands:</p>
                     53: 
1.6       js         54: <p><tt>cvs -d :pserver:anonymous@cvs.linuxtv.org:/cvs/linuxtv login</tt><br>
1.1       js         55: (use an empty password)</p>
1.6       js         56: <p><tt>cvs -z3 -d :pserver:anonymous@cvs.linuxtv.org:/cvs/linuxtv co -P dvb-kernel</tt><br>
1.2       js         57: (use any other module you are interested in instead of dvb-kernel, you can check
                     58: with <a href="/cgi-bin/viewcvs.cgi">viewcvs</a> which modules exist)<p>
1.1       js         59: 
                     60: <p>If you want to check out the current drivers for the 2.4 kernel, please use:
1.6       js         61: <tt>cvs -z3 -d :pserver:anonymous@cvs.linuxtv.org:/cvs/linuxtv co -P -rlinux_2_4 dvb-kernel</tt><br>
1.1       js         62: (use any other module you are interested in instead of dvb-kernel)<p>
                     63: 
1.9       mchehab    64: <h2>Checkout old video4linux CVS tree</h2>
1.2       js         65: 
1.3       js         66: <p>This is similar to DVB but uses a different CVSROOT:</p>
1.2       js         67: <p><tt>cvs -d :pserver:anonymous@cvs.linuxtv.org:/cvs/video4linux login</tt></p>
1.7       mchehab    68: <p><tt>cvs -d :pserver:anonymous@cvs.linuxtv.org:/cvs/video4linux co -P v4l-kernel</tt></p>
1.2       js         69: 
1.1       js         70: <h2>Update</h2>
                     71: 
                     72: <p>You can later update your sources by running:</p>
1.6       js         73: <p><tt>cvs -z3 up -dP</tt></p>
1.1       js         74: 
                     75: <h2>Browse the CVS Repository Online</h2>
                     76: 
                     77: <p>You can browse the files in the CVS repository with viewcvs. You can also
                     78: download on-the-fly generated tarballs, but please use this feature sparingly
                     79: as it puts a high load on the machine. If you find yourself downloading the
                     80: newest sources regularly you should consider using anon-cvs access, as described above.</p>
1.2       js         81: <p>To browse the video4linux CVS select the "v4l" tree in the upper right
                     82: of the viewcvs page, or use the link below.</p>
                     83: 
                     84: <p><a href="/cgi-bin/viewcvs.cgi/">viewcvs DVB</a></p>
                     85: <p><a href="/cgi-bin/viewcvs.cgi/?root=v4l">viewcvs video4linux</a></p>
1.1       js         86: 
                     87: 
                     88: <?php include "linuxtv-footer.inc"; ?>

LinuxTV legacy CVS <linuxtv.org/cvs>