> I thought I understood cvsup till I did it.. After running cvsup all
> my ports collection was deleted... accept ports I had already
> installed.  I wanted to avoid installing ANY ports untill I had
> cvsuped the collection.
>
> How can I leave ports not yet installed, alone in the collection?
>
> advice please?
> ==================================
> here's my cvsupfile
> ==================================
>
> *default release=cvs
> *default host=cvsup10.freebsd.org
> *default base=/usr/local/etc/cvsup
> *default prefix=/usr
> *default delete
> *default compress
> *default tag=RELENG_4_7
> *default use-rel-suffix
> src-all
> ports-all
> doc-all

ports and docs don't use the RELENG_x_y tagging convention.  What you really
want is something like this:

src-all tag=RELENG_4_7
ports-all tag=.
doc-all tag=.

You can leave out the tag on src-all since it will use the default from
above, but it's absolutely neccessary to have tag=. on ports-all and
doc-all.

--
Matt Emmerton


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to