From owner-freebsd-questions@FreeBSD.ORG Sun Jan 11 19:37:02 2009 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 E19A11065672 for ; Sun, 11 Jan 2009 19:37:02 +0000 (UTC) (envelope-from miklosovic.freebsd@gmail.com) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.29]) by mx1.freebsd.org (Postfix) with ESMTP id 900DB8FC08 for ; Sun, 11 Jan 2009 19:37:02 +0000 (UTC) (envelope-from miklosovic.freebsd@gmail.com) Received: by yw-out-2324.google.com with SMTP id 9so4273535ywe.13 for ; Sun, 11 Jan 2009 11:37:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type; bh=zFN/mt8kjc9AiD2I5idWZgx8dtPUVSwmiejijz51enY=; b=bU+Caye/0eT0Ch5iZhzKGx2tIPfyBxOgiypd4x3tydGxmmZvd89cknTOSWGgw38KQq PMg86teqc47oe94Elc3zcASrPT0HUL/kNx9Sn3PquZG8bFX+TaSqLASYL5AoV5bCrypx bWJdlCWgF2sd6JaXBQc+SNesioyX8mm+c9Wxk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=RcrRz2DNEFwp6SsQUgUIyXuO2QVPbA95kyBZG0bpQPWz90wumi9JoItw9s5YbocGcx oSj7lfxyGYNYFLr+J/0tRfZeVtwK4BpBlhZnM4nChm/L/Ji3Nog5QFzZvhvE3tL0x9UW dYwhu1irbntbD2L0zCT0A1TbRhUQhXP1pgXdo= Received: by 10.150.182.17 with SMTP id e17mr8819123ybf.80.1231702621302; Sun, 11 Jan 2009 11:37:01 -0800 (PST) Received: by 10.151.26.10 with HTTP; Sun, 11 Jan 2009 11:37:01 -0800 (PST) Message-ID: Date: Sun, 11 Jan 2009 20:37:01 +0100 From: "Stefan Miklosovic" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: creating own CVSup server 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: Sun, 11 Jan 2009 19:37:03 -0000 Hi all, I decided to set up my own CVSup server just for my local network. After reading all related stuff I should find, I have solid knowledge about this issue but one thing disturbed my mind. My pc, server which I will mirroring from, is also downloading source tree from another server (cvsup.at.freebsd.org) to /usr/src directory. I will download my src tree once a week. When I am going to set up cvsup server on my own, cvsup-mirror asks me, where I want to download files I just purchased. Default directory is "/home/ncvs". My question is, can be downloading directory /usr/src ? Which reason should I place downloading files to /home/ncvs for? Does it matter ? Can I serve my own src tree for other computers? Does it have to be stored twice? thank you