From owner-freebsd-stable@FreeBSD.ORG Sun Mar 4 04:30:14 2007 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2403B16A400 for ; Sun, 4 Mar 2007 04:30:14 +0000 (UTC) (envelope-from frzburn@gmail.com) Received: from mu-out-0910.google.com (mu-out-0910.google.com [209.85.134.185]) by mx1.freebsd.org (Postfix) with ESMTP id 9A4C113C4A6 for ; Sun, 4 Mar 2007 04:30:13 +0000 (UTC) (envelope-from frzburn@gmail.com) Received: by mu-out-0910.google.com with SMTP id g7so1227800muf for ; Sat, 03 Mar 2007 20:30:12 -0800 (PST) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=D1OGWQxE2B+92SgvQ9dcBx2Hh4o4qda2SN9OJgItBrXys1Yvh05EE+y7n2uYlI2wXTXgp4FeMXqbbpnUekkb4B8dDH0ebACYcUtjs7BxaiZvjI0Olv8ySiZs59IFPuwq/REixsoc/qDs4hQH4nO/CvIsAfO3NiE6NtyguF7iS+M= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=d+O0DPDKN4nzz0sN5fQ5CBBhokh4Pqy1+WuWDZCZwi2NkN2Nebo81BJAX6wc4MKFWqH8CHShoPJYAgnJenOPGt+Hdm/RNtbFV1pIO1qdJebqsfTVmLjYh5aMOK/Vsk1Cuaq2gUBsO1K2z6hPYMTWXF4DUe5xWX+oi5kmkL1UsXM= Received: by 10.82.135.13 with SMTP id i13mr3171170bud.1172982611772; Sat, 03 Mar 2007 20:30:11 -0800 (PST) Received: by 10.82.139.19 with HTTP; Sat, 3 Mar 2007 20:30:11 -0800 (PST) Message-ID: <2942dae0703032030x623ae18aha7722a3aadaf9d2f@mail.gmail.com> Date: Sat, 3 Mar 2007 23:30:11 -0500 From: frzburn To: "Michael Belz" In-Reply-To: <1172982223.21F0D8AD@fc6.dngr.org> MIME-Version: 1.0 References: <2942dae0703031923q2887c59dh85f103bff424e7b7@mail.gmail.com> <45EA48C8.1040507@joeholden.co.uk> <1172982223.21F0D8AD@fc6.dngr.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Joe Holden , freebsd-stable@freebsd.org Subject: Re: portsnap and cvsup for rebuilding world - Which one? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Mar 2007 04:30:14 -0000 On 3/3/07, Michael W. Belz wrote: > > Exactly there is a source and ports example files in > usr/share/examples/cvsup dir perform each individually ggood reply sir! > On Sat, 3 Mar 2007 8:21 pm, Joe Holden wrote: > > frzburn wrote: > >> > >> > >> On 3/3/07, *Joe Holden* >> > wrote: > > > >> > >> Thanks for the reply! > >> So if I understand well, i must use CVSup (or csup) to ``synchronize > >> my > >> source''. > >> > >> But if I use CVSup, will it update my ports tree also? Then portsnap > >> really becomes useless, unless I only want to update my ports tree, > >> right? > >> > >> Thanks! =) > >> > >> frzburn > >> > > > > You can update both using cvsup, once you've installed the cvsup > > client, and decided what to checkout(sync), you can use the examples in > > /usr/share/examples/cvsup to sync exactly what you want. > > > > ie; for just syncing your source, you might want to use: > > > > *default host=cvsup.uk.freebsd.org (or a closer mirror) > > *default base=/var/db > > *default prefix=/usr > > *default release=cvs tag=$TAG (where $tag is RELENG_6 for 6.x > > -STABLE/RELENG_6_2 for 6.2+Security/. for -CURRENT) > > *default delete use-rel-suffix > > *default compress > > > > src-all > > > > Thanks, > > J > > > > P.S: please use "Reply all" so that your responses also get sent to the > > mailing list > > _______________________________________________ > > 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" > Michael Belz > System Administrator > Sky River Management > 702.336.9418 > Sent from Sidekick 2 Good! Thanks you all of you! =D frzburn