Diff for /linuxtv.org/cvs.php between versions 1.4 and 1.5

version 1.4, 2005/07/10 13:18:30 version 1.5, 2005/07/17 01:22:29
Line 14  We provide a patchset for the latest sta Line 14  We provide a patchset for the latest sta
   
 <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 -P -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 -P -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  (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>  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 -P :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>
   
   
Line 29  with <a href="/cgi-bin/viewcvs.cgi">view Line 29  with <a href="/cgi-bin/viewcvs.cgi">view
   
 <p>This is similar to DVB but uses a different CVSROOT:</p>  <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 login</tt></p>
 <p><tt>cvs -d :pserver:anonymous@cvs.linuxtv.org:/cvs/video4linux co video4linux</tt></p>  <p><tt>cvs -P -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 -P -d</tt></p>
   
   
 <h2>Browse the CVS Repository Online</h2>  <h2>Browse the CVS Repository Online</h2>

Removed from v.1.4  
changed lines
  Added in v.1.5


LinuxTV legacy CVS <linuxtv.org/cvs>