NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: cvs only kernel source



On Sun 11 Jul 2010 at 06:39:24 PM -0400, Eric d'Alibut wrote:
>What would a cvs co for the kernel sources only look like?
>
>I tried 'cvs co -P -r netbsd-5.0.2 sys' but got a "no such module" error 
>messge.

The best way I know to look up tags is by cvs web.....
http://cvsweb.netbsd.org/bsdweb.cgi/src/

At the bottom of the page you will see a drop down menu. I think you want
netbsd-5-0-2-RELEASE
or more likely
netbsd-5-0
or the stable tag
netbsd-5

An explanation of the tags is here: 
http://cvsweb.netbsd.org/bsdweb.cgi/sys/


The command you want is probably
cvs -qd $CVSROOT co -r $TAG -P src/sys
but in most cases you would use
cvs -qd $CVSROOT co -r $TAG -P src
even if you aren't building a distribution,
the doc and tools are handy.

-George


Home | Main Index | Thread Index | Old Index