Hi, - Trying to cvsup ports-base (as a start). I have no ports directory, as of yet, so this should be a fresh cvs checkout. My supfile looks like this: --------------------- # ports supfile *default host=cvsup5.freebsd.org *default base=/usr *default prefix=/usr *default release=cvs tag=RELENG_4_9 *default delete use-rel-suffix ports-base ---------------------- So, I execute cvsup with a '-g -L2' and it goes through the motions and seems to think it checked out the collection. I look under /usr/sup and there's directory 'ports-base', and there's a checkout file in there with a list of stuff it thinks it checked out. But, there's no ports directory when it's done, or anything else. I've tried different servers (14 and 15). I tried to "help it along" by creating a ports directory, but that didn't matter. I've scoured the disk after it's done (`find / -d ports`) and nothing shows. I've tried several iterations, removing the /usr/sup/ports-base directory each time (so it presumably starts from scratch.) Same non-result. Note that cvsup seems to work fine with src-all/docs-all. I also tried ports-all - no go. Any idea what's up? Any info appreciated, rickb ====A mind is not a vessel to be filled, it is a fire to be ignited. -- Plutarch
On Wed, Jul 07, 2004 at 12:49:20PM -0700, Rick Berger wrote:> Hi, - > > Trying to cvsup ports-base (as a start). I have no ports directory, > as of yet, so this should be a fresh cvs checkout. My supfile looks > like this: > > --------------------- > # ports supfile > > *default host=cvsup5.freebsd.org > *default base=/usr > *default prefix=/usr > *default release=cvs tag=RELENG_4_9 > *default delete use-rel-suffix > > ports-base > ---------------------- > > So, I execute cvsup with a '-g -L2' and it goes through the motions and seems > to think it checked out the collection. I look under /usr/sup and there's > directory 'ports-base', and there's a checkout file in there with a list of > stuff it thinks it checked out. > > But, there's no ports directory when it's done, or anything else. I've tried > different servers (14 and 15). I tried to "help it along" by creating a ports > directory, but that didn't matter. I've scoured the disk after it's done (`find > / -d ports`) and nothing shows. I've tried several iterations, removing the > /usr/sup/ports-base directory each time (so it presumably starts from scratch.) > Same non-result. > > Note that cvsup seems to work fine with src-all/docs-all. I also tried > ports-all - no go. > > Any idea what's up?First of all, it is strongly recommened that you use ports-all without a refuse file. It will save you pain if you want to build an INDEX later. Second, and more importantly there is no RELENG_4_9 tag. It's RELEASE_4_9_0 for ports (though you probably don't want a tag at all since that will result in an out of date ports collection which contains known security problems.) -- Brooks -- Any statement of the form "X is the one, true Y" is FALSE. PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4 -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20040707/2516eb07/attachment.bin
Rick Berger typed on a keyboard not too far away, on 7/7/2004 9:49 PM:>Hi, - > >Hi.>Trying to cvsup ports-base (as a start). I have no ports directory, >as of yet, so this should be a fresh cvs checkout. My supfile looks >like this: > >--------------------- ># ports supfile > >*default host=cvsup5.freebsd.org >*default base=/usr >*default prefix=/usr >*default release=cvs tag=RELENG_4_9 >*default delete use-rel-suffix > >ports-base >---------------------- > >Rather use this line: *default release=cvs tag=. instead of *default release=cvs tag=RELENG_4_9 All your ports will get deleted if you use the RELENG_4_9 tag as no such branch exist for ports. It is always recommended that you cvsup ports with the HEAD (.) tag as this will ensure that you have the latest and greatest ports including all the latest security fixes.>So, I execute cvsup with a '-g -L2' and it goes through the motions and seems >to think it checked out the collection. I look under /usr/sup and there's >directory 'ports-base', and there's a checkout file in there with a list of >stuff it thinks it checked out. > >But, there's no ports directory when it's done, or anything else. I've tried >different servers (14 and 15). I tried to "help it along" by creating a ports >directory, but that didn't matter. I've scoured the disk after it's done (`find >/ -d ports`) and nothing shows. I've tried several iterations, removing the >/usr/sup/ports-base directory each time (so it presumably starts from scratch.) > Same non-result. > >Note that cvsup seems to work fine with src-all/docs-all. I also tried >ports-all - no go. > >Any idea what's up? > >The sky? ;) Hope this helps. ---Jaco>Any info appreciated, >rickb > >====>A mind is not a vessel to be filled, >it is a fire to be ignited. > -- Plutarch >_______________________________________________ >freebsd-stable@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-stable >To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" > > > >-- Jaco van Tonder Software Developer Direct: +27 11 312 2122 :: Fax: +27 11 312 2122 :: Mobile: +27 83 417 5424 Email: jaco@coocoo.za.net :: Web: http://www.coocoo.za.net/ Real Software Engineers don't debug programs; they verify correctness. This process doesn't necessarily involve execution of anything on a computer, except perhaps a Correctness Verification Aid package.