From owner-freebsd-questions@FreeBSD.ORG Tue Oct 16 14:42:01 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 9F23016A419 for ; Tue, 16 Oct 2007 14:42:01 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from ik-out-1112.google.com (ik-out-1112.google.com [66.249.90.179]) by mx1.freebsd.org (Postfix) with ESMTP id 5210D13C474 for ; Tue, 16 Oct 2007 14:42:01 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: by ik-out-1112.google.com with SMTP id c21so1168372ika for ; Tue, 16 Oct 2007 07:42:00 -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:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; bh=WNNxmKVBBj4jsJCwq+ocqCxAH9+EwK7vBEGZqftTpWU=; b=WJHQiDL7zRpwaXKnGiHobZDWO09XdvYxF97rH6cBWMyDFYtvbdhbzF4vg9xZdDhA43SYOjznkt5Nwgwa12Ozw+Ak5pg1lRQ7oyMGhxmgzlhGv0O6uw2qgTqkV7gOs56LVc2TG96JuAI1xJFO/lCkJ/iiD5AVYYFXOB5HT8fLMG4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; b=IoRaJ9c642HUJPECnqG9lEjWTMYc+9ghPneVdIS6Y3m/DeJO8AVbGNhJHLgiCMjas56eqN6ueEPZqKnuyfWWclCuKDFQKIbs6ederMKK1jOcH5T6/EiE1xERhmUMEazL2e/Dvm+ieLh+ksxWznw925s0ejlk865ok7OuXLeF22k= Received: by 10.150.197.8 with SMTP id u8mr1332124ybf.1192545719086; Tue, 16 Oct 2007 07:41:59 -0700 (PDT) Received: from ?192.168.2.2? ( [67.85.89.184]) by mx.google.com with ESMTPS id p27sm8175901ele.2007.10.16.07.41.57 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 16 Oct 2007 07:41:58 -0700 (PDT) Message-ID: <471494EA.5070801@gmail.com> Date: Tue, 16 Oct 2007 10:39:38 +0000 From: "Aryeh M. Friedman" User-Agent: Thunderbird 2.0.0.6 (X11/20071016) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: cvsup-mirror several questions 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, 16 Oct 2007 14:42:01 -0000 I have setup cvsup-mirror with default settings and I have some questions: 1. What cvsup host should I use as my upstream (cvsup.master.freebsd.org [if I got the name wrong sorry but see next sentence] is an invalid name according to named). Currently I pointed it to cvsup10.us.freebsd.org and successfully ran update.sh (i.e. completely populated /home/ncvs). 2. When I run cvsupd with default settings it says it can't find any collections (cvsup -h localhost /usr/share/example/cvsup/ports-supfile) 3. For doing cvsup updates for the local host is cvsup or straight cvs better and if the later what is the correct config to use?