--- linuxtv.org/cvs.php 2005/07/10 13:18:30 1.4 +++ linuxtv.org/cvs.php 2005/07/17 01:22:29 1.5 @@ -14,14 +14,14 @@ We provide a patchset for the latest sta

To get the latest sources from CVS you need to issue the following commands:

-

cvs -d :pserver:anonymous@cvs.linuxtv.org:/cvs/linuxtv login
+

cvs -P -d :pserver:anonymous@cvs.linuxtv.org:/cvs/linuxtv login
(use an empty password)

-

cvs -z3 -d :pserver:anonymous@cvs.linuxtv.org:/cvs/linuxtv co dvb-kernel
+

cvs -z3 -P -d :pserver:anonymous@cvs.linuxtv.org:/cvs/linuxtv co dvb-kernel
(use any other module you are interested in instead of dvb-kernel, you can check with viewcvs which modules exist)

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

@@ -29,12 +29,12 @@ with view

This is similar to DVB but uses a different CVSROOT:

cvs -d :pserver:anonymous@cvs.linuxtv.org:/cvs/video4linux login

-

cvs -d :pserver:anonymous@cvs.linuxtv.org:/cvs/video4linux co video4linux

+

cvs -P -d :pserver:anonymous@cvs.linuxtv.org:/cvs/video4linux co video4linux

Update

You can later update your sources by running:

-

cvs -z3 up -dP

+

cvs -z3 up -P -d

Browse the CVS Repository Online