David Bear <[EMAIL PROTECTED]> 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/

_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to