cvsup question - use just one supfile?

2006-02-12 Thread Joel Hatton
Hi,

I've been sup'ing a few different trees for a little while now, and I'm
wondering: is it possible to do all at once with the same supfile?
Something like:

*default host=CHANGE_THIS.FreeBSD.org
*default base=/var/db
*default prefix=/usr
*default release=cvs tag=RELENG_5_3
*default release=cvs tag=RELENG_5_4
*default release=cvs tag=RELENG_6
*default delete use-rel-suffix

this can't be the correct syntax, but is this practicable?

thanks,
-- Joel Hatton --
Security Analyst| Hotline: +61 7 3365 4417
AusCERT - Australia's national CERT | Fax: +61 7 3365 7031
The University of Queensland| WWW: www.auscert.org.au
Qld 4072 Australia  | Email:   [EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: cvsup question - use just one supfile?

2006-02-12 Thread Glenn Dawson

At 04:25 AM 2/12/2006, Joel Hatton wrote:

Hi,

I've been sup'ing a few different trees for a little while now, and I'm
wondering: is it possible to do all at once with the same supfile?
Something like:

*default host=CHANGE_THIS.FreeBSD.org
*default base=/var/db
*default prefix=/usr
*default release=cvs tag=RELENG_5_3
*default release=cvs tag=RELENG_5_4
*default release=cvs tag=RELENG_6
*default delete use-rel-suffix

this can't be the correct syntax, but is this practicable?


You need a different prefix for each tag.  You'll still want to set 
your defaults, then override them as necessary, like this:


src-all prefix=/foo tag=RELENG_5
src-all prefix=/bar tag=RELENG_6


-Glenn



thanks,
-- Joel Hatton --
Security Analyst| Hotline: +61 7 3365 4417
AusCERT - Australia's national CERT | Fax: +61 7 3365 7031
The University of Queensland| WWW: www.auscert.org.au
Qld 4072 Australia  | Email:   [EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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