Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Apr 2001 08:23:33 -0700
From:      Adam Kranzel <adam@alameda.edu>
To:        newbies@freebsd.org
Subject:   Re: CVSup Questions
Message-ID:  <01041108233300.02144@teru.dyndns.org>

next in thread | raw e-mail | index | archive | help
'morning

<snip>
>*default tag=RELENG_4

This line is your problem:
Ports are not branched, the only branch is . (HEAD).
If you specify a different branch tag, it will remove everything not on that 
branch (i.e. everything).

You need to specify tag=. for ports, however doing this for source will give 
you the -current sources, which you probably don't want.
*checks manpages*
It looks like you can simply specify a tag for each collection, like so:

Example supfile:

*default host=cvsup8.FreeBSD.org
*default base=/usr
*default prefix=/usr
*default delete use-rel-suffix

src-all tag=RELENG_4
ports-all tag=.

hope this helps
 -Adam

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-newbies" in the body of the message




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