Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Nov 2005 14:48:52 +0000
From:      Robert Slade <bsd@bathnetworks.com>
To:        Garance A Drosihn <drosih@rpi.edu>
Cc:        "freebsd-questions@freebsd.org" <freebsd-questions@freebsd.org>
Subject:   Re: CVSUP Issues FBSD 6.0
Message-ID:  <1131806932.15379.10.camel@lmail.bathnetworks.co.uk>
In-Reply-To: <p0623091abf9bac725bba@[128.113.24.47]>
References:  <1131804588.15379.7.camel@lmail.bathnetworks.co.uk> <p0623091abf9bac725bba@[128.113.24.47]>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 2005-11-12 at 14:30, Garance A Drosihn wrote:
> At 2:09 PM +0000 11/12/05, Robert Slade wrote:
> >Hiya,
> >
> >I'm having a problem with newly installed system. cvsup -g L 2 supfile
> >gives Release not specified for collection "default" with the supfile
> >(based on standard-supfile) containing:
> >
> >default host=cvsup2.FreeBSD.org
> >default base=/var/db
> >default prefix=/usr
> >default release=cvs
> >default tag=RELENG_6_0
> >default delete use-rel-suffix
> >
> >src-all
> 
> You do not want "default" as a collection.  You want to *set*
> default values for some variables.  To set default values, you
> need to have an '*' character before the word 'default'.  E.g.:
> 
> *default host=cvsup2.FreeBSD.org
> *default base=/var/db
> *default prefix=/usr
> *default release=cvs
> *default tag=RELENG_6_0
> *default delete use-rel-suffix
> 
> src-all
> 
> Note that you do not want to add a '*' before 'src-all', because
> 'src-all' is the name of a collection that you want to track.

Garance,

Thanks - it's working. I was staring at it and totally missed the *.

Rob




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1131806932.15379.10.camel>