Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Jul 2003 09:37:01 +0200
From:      Martin Moeller <mm@bsdsi.com>
To:        marlon corleone <mmp6107625@yahoo.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Correct format of CVSUP file [was: hi]
Message-ID:  <20030724073701.GA1210@bsdsi.homeunix.com>
In-Reply-To: <20030724014924.62100.qmail@web10002.mail.yahoo.com>
References:  <20030724014924.62100.qmail@web10002.mail.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
* marlon corleone <mmp6107625@yahoo.com> [030724 09:11]:
> *default host=cvsup.sk.freebsd.org
> *default base=/usr prefix=/usr
> *default release=cvs tag=RELENG_5
> *default delete use-rel-suffix compress
> 
> src-all
> ports-all    tag=.
> 
> 
> this is my ports-supfile, is this config file correct?
> is this entry applicable also to other supfiles, like
> cvs-supfile, standard-supfile, stable-supfile.
> 

I don't know if it's mandatory, but I think every "statement" should
have its own line, and the CURRENT tag should be before "ports-all" like
this:

*default tag=RELENG_5_1
*default host=cvsup.sk.freebsd.org
*default base=/usr
*default prefix=/usr
*default release=cvs
*default delete
*default compress
*default use-rel-suffix
src-all
*default tag=.
ports-all


-- 
Martin Möller <mm at bsdsi.com>        http://www.bsdsi.com/
GnuPG/PGP DSA ID: 0x3C979285                  ICQ # 82221572
I do not accept unsolicited commercial mail. Do not spam me!



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