Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Jan 2003 23:17:49 -0500
From:      "Matthew Emmerton" <matt@gsicomp.on.ca>
To:        <David.Bear@asu.edu>, <freebsd-questions@FreeBSD.ORG>
Subject:   Re: fouled up cvsup
Message-ID:  <003201c2c8df$b7bc7a40$1200a8c0@gsicomp.on.ca>
References:  <20030130201706.K23308@asu.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
> 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 majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?003201c2c8df$b7bc7a40$1200a8c0>