Re: cvsup from 4.7-REL to stable

2003-12-11 Thread Kris Kennaway
On Thu, Dec 11, 2003 at 02:23:17PM +0200, Adrian Pircalabu wrote:
> Hi, I have recently installed 4.7-REL succesfully. After that, I tried
> to run cvsup to RELENG_4 as in:
> http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html
> I intend to sync src and ports trees.
> After running cvsup, all content from /usr/ports (excepting distfiles
> and dirs. listed in /usr/sup/refuse) was erased. I'm missing something,
> so any help will be highly appreciated.
> Ran this:
> cvsup -g -L 4 /root/cvsupfile-modif
> 
> /root/cvsupfile-modif looks like this:
> *default tag=RELENG_4
> *default host=cvsup1.ro.FreeBSD.org
> *default prefix=/usr
> *default base=/usr
> *default release=cvs delete use-rel-suffix compress
> 
> src-all
> ports-all release=cvs
> ports-base release=cvs

This is a FAQ.  You asked cvsup to update your ports collection to
RELENG_4, which means it will also remove any files that do not
contain the RELENG_4 tag - which is the entire ports collection,
because the ports collection does not contain that tag.

Kris


pgp0.pgp
Description: PGP signature


RE: cvsup from 4.7-REL to stable

2003-12-11 Thread Philip Payne
Hi,

I'm 99% your sufile needs to read (but nowhere near my machine to check):

> src-all
> ports-all release=cvs
> ports-base release=cvs

ports-all tag=.

So that you get the head of the source tree for ports.

Phil.


 
> /usr/sup/refuse looks like this:
> src/etc/sendmail/freebsd.mc*
> ports/astro
> ports/audio
> ports/biology
> ports/chinese
> ports/french
> ports/german
> ports/hebrew
> ports/japanese
> ports/korean
> ports/russian
> ports/ukrainian
> ports/vietnamese
> 
> -- 
> 
> Adi Pircalabu
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to 
> "[EMAIL PROTECTED]"
> 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvsup from 4.7-REL to stable

2003-12-11 Thread Adrian Pircalabu
Hi, I have recently installed 4.7-REL succesfully. After that, I tried
to run cvsup to RELENG_4 as in:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html
I intend to sync src and ports trees.
After running cvsup, all content from /usr/ports (excepting distfiles
and dirs. listed in /usr/sup/refuse) was erased. I'm missing something,
so any help will be highly appreciated.
Ran this:
cvsup -g -L 4 /root/cvsupfile-modif

/root/cvsupfile-modif looks like this:
*default tag=RELENG_4
*default host=cvsup1.ro.FreeBSD.org
*default prefix=/usr
*default base=/usr
*default release=cvs delete use-rel-suffix compress

src-all
ports-all release=cvs
ports-base release=cvs

/usr/sup/refuse looks like this:
src/etc/sendmail/freebsd.mc*
ports/astro
ports/audio
ports/biology
ports/chinese
ports/french
ports/german
ports/hebrew
ports/japanese
ports/korean
ports/russian
ports/ukrainian
ports/vietnamese

-- 

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