File:  [DVB] / linuxtv.org / cvs.php
Revision 1.3: download - view: text, annotated - select for diffs
Tue May 3 19:26:09 2005 UTC (19 years, 1 month ago) by js
Branches: MAIN
CVS tags: HEAD
typo

<?php
  $title = "LinuxTV.org - CVS Access";
  include "linuxtv-header.inc";
?>

<h1>Public CVS Access</h1>

<h2>Checkout DVB</h2>

<p> To get the latest sources from CVS you need to issue the following commands:</p>

<p><tt>cvs -d :pserver:anonymous@cvs.linuxtv.org:/cvs/linuxtv login</tt><br>
(use an empty password)</p>
<p><tt>cvs -z3 -d :pserver:anonymous@cvs.linuxtv.org:/cvs/linuxtv co dvb-kernel</tt><br>
(use any other module you are interested in instead of dvb-kernel, you can check
with <a href="/cgi-bin/viewcvs.cgi">viewcvs</a> which modules exist)<p>

<p>If you want to check out the current drivers for the 2.4 kernel, please use:
<tt>cvs -z3 -d :pserver:anonymous@cvs.linuxtv.org:/cvs/linuxtv co -rlinux_2_4 dvb-kernel</tt><br>
(use any other module you are interested in instead of dvb-kernel)<p>


<h2>Checkout video4linux</h2>

<p>This is similar to DVB but uses a different CVSROOT:</p>
<p><tt>cvs -d :pserver:anonymous@cvs.linuxtv.org:/cvs/video4linux login</tt></p>
<p><tt>cvs -d :pserver:anonymous@cvs.linuxtv.org:/cvs/video4linux co video4linux</tt></p>

<h2>Update</h2>

<p>You can later update your sources by running:</p>
<p><tt>cvs -z3 up -dP</tt></p>


<h2>Browse the CVS Repository Online</h2>

<p>You can browse the files in the CVS repository with viewcvs. You can also
download on-the-fly generated tarballs, but please use this feature sparingly
as it puts a high load on the machine. If you find yourself downloading the
newest sources regularly you should consider using anon-cvs access, as described above.</p>
<p>To browse the video4linux CVS select the "v4l" tree in the upper right
of the viewcvs page, or use the link below.</p>

<p><a href="/cgi-bin/viewcvs.cgi/">viewcvs DVB</a></p>
<p><a href="/cgi-bin/viewcvs.cgi/?root=v4l">viewcvs video4linux</a></p>


<?php include "linuxtv-footer.inc"; ?>

LinuxTV legacy CVS <linuxtv.org/cvs>