File:  [DVB] / linuxtv.org / cvs.php
Revision 1.1: download - view: text, annotated - select for diffs
Sat Feb 12 21:41:50 2005 UTC (19 years, 3 months ago) by js
Branches: MAIN
CVS tags: HEAD
add cvs info page

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

<h1>Public CVS Access</h1>

<h2>Checkout</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)<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>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><a href="/cgi-bin/viewcvs.cgi">viewcvs</a></p>

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

LinuxTV legacy CVS <linuxtv.org/cvs>