From owner-freebsd-questions@FreeBSD.ORG Sun Jan 11 19:51:19 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 3FFB41065676 for ; Sun, 11 Jan 2009 19:51:19 +0000 (UTC) (envelope-from miklosovic.freebsd@gmail.com) Received: from mail-gx0-f11.google.com (mail-gx0-f11.google.com [209.85.217.11]) by mx1.freebsd.org (Postfix) with ESMTP id D58EF8FC18 for ; Sun, 11 Jan 2009 19:51:18 +0000 (UTC) (envelope-from miklosovic.freebsd@gmail.com) Received: by gxk4 with SMTP id 4so2253237gxk.19 for ; Sun, 11 Jan 2009 11:51:18 -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:in-reply-to:mime-version:content-type:references; bh=lagTr+43Il/3akIanb/dJs8Ac53li6XCsSN9pdCRLjc=; b=ZPh8bJRTsXX/lT+2HE9J+fWvYLaZ5zMtdB9rYHu9ePJjEdAtMK3CGXpxVyhxGXnoFe peoDcDraQEQRUcR951vskYV5ezCXQuJ210uW4K2tM30pSQWKj3mg4u/xjVS+TDhKfJCP ldgiUyRoRf9GYRo0/dFwQ8TqrlE3X/3Tc16lM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:references; b=uZ66d7bQiavVXKzI+uxJM26MUBbzQ8iOWrxxyReY67j6rYOya0G6v6z5CzIIOwgm0U EWe3x/PNcjtx/F48gq3mbR8ma4t3VFP2Oi5Ia4xR3h1msBQEYhw69DUUeEWWCC6b4T8S yNeZ3QeeZdBCGniu+YXxfmmpRGb5Hp83/hRzw= Received: by 10.151.42.10 with SMTP id u10mr8832520ybj.205.1231703476932; Sun, 11 Jan 2009 11:51:16 -0800 (PST) Received: by 10.151.26.10 with HTTP; Sun, 11 Jan 2009 11:51:16 -0800 (PST) Message-ID: Date: Sun, 11 Jan 2009 20:51:16 +0100 From: "Stefan Miklosovic" To: freebsd-questions@freebsd.org In-Reply-To: MIME-Version: 1.0 References: 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: Re: 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:51:19 -0000 Hi, me again, I also havent noticed, that there is a choice among -current or -stable. If I want to mirror just -stable (this is possible with cvsup stable-supfile), can I? thank you again On Sun, Jan 11, 2009 at 8:37 PM, Stefan Miklosovic < miklosovic.freebsd@gmail.com> wrote: > 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 >