From owner-freebsd-questions@FreeBSD.ORG Tue Oct 9 08:46:59 2007 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 713CE16A418 for ; Tue, 9 Oct 2007 08:46:59 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.181]) by mx1.freebsd.org (Postfix) with ESMTP id 3188C13C44B for ; Tue, 9 Oct 2007 08:46:58 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so3048852pyb for ; Tue, 09 Oct 2007 01:46:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=+FWiJ9LlXAce44cKhKHjvDSG8o87Rml8HPagUPD14jU=; b=X/JTCpdXbzZd9B0c7/cFBYU4s03EpzJ73/Iah7tx8qWDVdKMOUkdn+FrvOSpTn62yA4n1hyWQi37FdQfiFKJ2mw6Qq433RB7JY7UYw2lXnaMhg8b9jXxq5cv2TVSWCuaXpWh98+l/7SimOP+O+urJrySlGcR3kMH4fzKIvXAWxc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=HAtv34pOYB1XOyZOsIH5yX1A4+3detpX7RaOI53/Xc9MG/5Oyyzl1+CLjCvKiumJGH1DJdxN495zZZ+uW7HnxuCifEL7Pkui6BNjpoJ93ztanZLPLoxiJo8SXYnjBiopfMfKpVl9IFsL9g2b+5mUUzCHhJrRnqELo/jV4Zfnp+A= Received: by 10.65.251.17 with SMTP id d17mr23004264qbs.1191919617528; Tue, 09 Oct 2007 01:46:57 -0700 (PDT) Received: by 10.65.105.2 with HTTP; Tue, 9 Oct 2007 01:46:57 -0700 (PDT) Message-ID: Date: Tue, 9 Oct 2007 08:46:57 +0000 From: "Aryeh Friedman" To: "FreeBSD Questions" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: setting up a cvsup mirror 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: Tue, 09 Oct 2007 08:46:59 -0000 I want to setup a local cvsup mirror on my local machine (someone told me if you do it right you don't need to hand apply uncommitted patches).... what do I need to do this?