On 12/1/05, Jeremy C. Reed <[EMAIL PROTECTED]> wrote: > I am trying to get the latest OpenBSD HEAD (-current) of the CVS > repository (RCS ,v files) using cvsup. But it is old. > > My retrieved CVSROOT/ChangeLog goes up to 2005/05/03 23:12:53 > > CVSROOT/config and CVSROOT/options has: > > tag=OpenBSD > umask=002 > dlimit=49152 > > Have tried cvsup.jp.OpenBSD.org and cvsup.de.openbsd.org. > > cvsup config is: > > *default host=cvsup.de.openbsd.org > *default base=/usr > *default prefix=/archive/OpenBSD-CVS > *default release=cvs > *default delete use-rel-suffix > *default compress > > #OpenBSD-all > OpenBSD-src
Unless I'm mistaken, OpenBSD-src means the actual source code, not the CVS repository. You want to use OpenBSD-all which will mirror the CVS repository (the whole thing, not just src). > #OpenBSD-www > #OpenBSD-ports > #OpenBSD-x11 > #OpenBSD-xf4 > > How or where can I get the latest? > > I have looked at http://www.openbsd.org/cvsup.html and a few examples and > docs from the mirrors. > > Note that I am not using the OpenBSD-provided cvsup client. I am not doing > this on OpenBSD. > > Please carbon-copy me on replies. > Once you change OpenBSD-src to OpenBSD-all, it should work just fine (but get the 2.5GB CVS repository as a whole). jason