CVSUP Issues FBSD 6.0

Garance A Drosihn drosih at rpi.edu
Sat Nov 12 14:30:22 GMT 2005


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 Alistair Drosehn            =   gad at gilead.netel.rpi.edu
Senior Systems Programmer           or  gad at freebsd.org
Rensselaer Polytechnic Institute    or  drosih at rpi.edu


More information about the freebsd-questions mailing list