From owner-freebsd-questions@FreeBSD.ORG Sat Nov 5 20:02:48 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4AA6C106564A for ; Sat, 5 Nov 2011 20:02:48 +0000 (UTC) (envelope-from zantgo@gmail.com) Received: from mail-vx0-f182.google.com (mail-vx0-f182.google.com [209.85.220.182]) by mx1.freebsd.org (Postfix) with ESMTP id 027158FC13 for ; Sat, 5 Nov 2011 20:02:47 +0000 (UTC) Received: by vcbfo14 with SMTP id fo14so3096451vcb.13 for ; Sat, 05 Nov 2011 13:02:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=references:in-reply-to:mime-version:content-transfer-encoding :content-type:message-id:cc:x-mailer:from:subject:date:to; bh=5vPcC5hlIaHoiTYY9QkUF5G0eKQ9FHjT4+AaSuPaCds=; b=VAmLSiUKJJyPPNR8yxpew9YdzOSz7baG3pVbi+FiANJygn6Y88p18LV+w4QgCS4jQN tH1UJB7COMUP97maxDCvp6xqHM6J25nGcCOk7VOYPpTgSdFY2t/KlkY/95wqggfNz8JR RWE/3Slm1GRohyQ1Bc+ddhJtK4pTIOhzArI/8= Received: by 10.52.37.129 with SMTP id y1mr20192534vdj.23.1320523367215; Sat, 05 Nov 2011 13:02:47 -0700 (PDT) Received: from [192.168.0.100] ([190.91.99.158]) by mx.google.com with ESMTPS id ey9sm20648887vdc.19.2011.11.05.13.02.44 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 05 Nov 2011 13:02:46 -0700 (PDT) References: <4eb575a8.6219440a.1033.ffff8d87SMTPIN_ADDED@mx.google.com> In-Reply-To: <4eb575a8.6219440a.1033.ffff8d87SMTPIN_ADDED@mx.google.com> Mime-Version: 1.0 (1.0) Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii Message-Id: X-Mailer: iPod Mail (9A334) From: Zantgo Date: Sat, 5 Nov 2011 17:02:52 -0300 To: Eduardo Morras Cc: "freebsd-questions@freebsd.org" Subject: Re: -Stable periodic updates X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Nov 2011 20:02:48 -0000 I can do this to update the ports and src: # cd /usr # cvs -qd anoncvs@anoncvs.freebsd.org:/cvs get -rFREEBSD_9_0 -P # cd /usr/src # cvs -q up -rFREEBSD_9_0 -Pd # cd /usr # cvs -qd anoncvs@anoncvs.freebsd.org:/cvs get -rFREEBSD -P ports # cd /usr/ports # cvs -q up -rFREEBSD_9_0 -Pd