[EMAIL PROTECTED] wrote:
Has anyone got cvsup to sucessfully update their ports collection? When I run cvsup, with tag=RELENG_5_3, cvsup just deletes everything in /usr/ports. I replaced the ports collection with the full port tarball from the ports collection search page. Cvsup deletes that as well. I am using the ports-supfile from examples, and have only change the cvsup host. Has anyone else experience this?

Casey


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



To CVSup the ports - the ports-supfile ought to look like this:

*default host=cvsup2.FreeBSD.org
*default base=/var/db
*default prefix=/usr
*default release=cvs tag=.
*default delete use-rel-suffix
ports-all

What you "seem" to be doing is CVSuping the src tree. I think your confused a bite - here's the lines for src: (STABLE)

*default host=cvsup2.FreeBSD.org
*default base=/var/db
*default prefix=/usr
*default release=cvs tag=RELENG_5
*default delete use-rel-suffix
*default compress
src-all




-- Best regards, Chris

Laugh and the world laughs with you. cry and ...
you have to blow your nose.
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to