Skip site navigation (1)Skip section navigation (2)
Date:      Wed,  7 Jul 2004 01:25:15 +0200 (CEST)
From:      cpghost <cpghost@cordula.ws>
To:        David.Bear@asu.edu
Cc:        freebsd-questions@freebsd.org
Subject:   Re: cvsupfile checkup
Message-ID:  <20040706232515.4B68C4AC30@fw.farid-hajji.net>
In-Reply-To: <20040706225905.GD30303@asu.edu> (message from David Bear on Tue, 06 Jul 2004 15:59:05 -0700)
References:  <20040706225905.GD30303@asu.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
David Bear <David.Bear@asu.edu> wrote:
> before I munge a system again with a wrong cvsup tag, I thought I
> would ask the good graces of this group to make sure I have my tags
> correct.  I want to stay with releng 4.10 and keep my ports collection
> updated as well.  does this file look okay?
> 
> --------------------------------------------
> *default  host=cvsup10.FreeBSD.org
> *default  base=/usr/local/etc/cvsup
> *default  prefix=/usr
> *default  release=cvs delete use-rel-suffix
> *default  tag=RELENG_4_10
> ports-all tag=.
> src-all tag=.
> --------------------------------------------

The tag for ports-all is okay, BUT you're overwriting the tag
of src-all to . (CURRENT). You're effectively asking for the
5.2-CURRENT (HEAD) sources.

Thus:

*default tag=RELENG_4_10
src-all
ports-all tag=.

would be better.

-- 
Cordula's Web. http://www.cordula.ws/



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