Diff for /linuxtv.org/cvs.php between versions 1.1 and 1.2

version 1.1, 2005/02/12 21:41:50 version 1.2, 2005/05/03 19:23:41
Line 5 Line 5
   
 <h1>Public CVS Access</h1>  <h1>Public CVS Access</h1>
   
 <h2>Checkout</h2>  <h2>Checkout DVB</h2>
   
 <p> To get the latest sources from CVS you need to issue the following commands:</p>  <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>  <p><tt>cvs -d :pserver:anonymous@cvs.linuxtv.org:/cvs/linuxtv login</tt><br>
 (use an empty password)</p>  (use an empty password)</p>
 <p><tt>cvs -z3 -d :pserver:anonymous@cvs.linuxtv.org:/cvs/linuxtv co dvb-kernel</tt><br>  <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>  (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:  <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>  <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>  (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 differernt 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>  <h2>Update</h2>
   
 <p>You can later update your sources by running:</p>  <p>You can later update your sources by running:</p>
 <p><tt>cvs -z3 up -dP</tt></p>  <p><tt>cvs -z3 up -dP</tt></p>
   
   
 <h2>Browse the CVS Repository Online</h2>  <h2>Browse the CVS Repository Online</h2>
   
 <p>You can browse the files in the CVS repository with viewcvs. You can also  <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  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  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>  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>
   
 <p><a href="/cgi-bin/viewcvs.cgi">viewcvs</a></p>  
   
 <?php include "linuxtv-footer.inc"; ?>  <?php include "linuxtv-footer.inc"; ?>

Removed from v.1.1  
changed lines
  Added in v.1.2


LinuxTV legacy CVS <linuxtv.org/cvs>