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

Re: CVS - 'GET' -rOPENBSD_3_4 problem



> On Sun, 2 Nov 2003, Mark wrote:
>
> > I've a script to download the CVS-Source.
> >
> > *snip*
> > #!/bin/sh
> > export CVSROOT=anoncvs@anoncvs.openbsd.org:/cvs
> > cd /usr
> > cvs -q get -rOPENBSD_3_4 -P src
> > cvs -q get -rOPENBSD_3_4 -P ports
> > *snap*
> >
> > And know my question: After downloading the sources I wanna build my own
> > kernel. But there's no /usr/src/sys/arch... ?!
> > So what's wrong with my Script? It worked well on oBSD 3.3 but it seams
to
> > :o)
>
> The mirror may be not synced yet. Try again and see what happens. BTW:
> PLEASE use a mirror near to you, like anoncvs.de.openbsd.org
>
> -Otto

Ok thanks!

Mark