From owner-freebsd-stable@FreeBSD.ORG Sun Nov 15 03:18:59 2009 Return-Path: Delivered-To: freebsd-stable@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9D566106566B for ; Sun, 15 Nov 2009 03:18:59 +0000 (UTC) (envelope-from bf1783@googlemail.com) Received: from ey-out-2122.google.com (ey-out-2122.google.com [74.125.78.25]) by mx1.freebsd.org (Postfix) with ESMTP id 388768FC24 for ; Sun, 15 Nov 2009 03:18:58 +0000 (UTC) Received: by ey-out-2122.google.com with SMTP id 9so1368949eyd.9 for ; Sat, 14 Nov 2009 19:18:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:cc:content-type; bh=9Yx7Hku7xfCQzQFrtLBeoMZ1i6d8255IBQhxbZrZwT4=; b=fdQvPKUNh9/3tnUJdWzoj091l2g6UIvt34wFGhm+owMz+ma7ajsFjflyd/a3HLdWSP 4l81vCFlmOl26jzUYf7zL7tWGUhUUB6gSjqHqvsuD/WOOPg/XcipgD7UskWnznB8HC1y zDN8LMVPHkplNhfjM+ZeWFrZCY0kNJPyV3cO0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:cc:content-type; b=eKLTiTzkYeGtHAbMM2uN0oPpomaop4Mh4rGw/UUcG88jY0oi6pSIXt0fQtApwCRI5B rPqvabMY70QGFEOPKzDNfrV55aK6hpcfiCebbtFb0CqokDXD2g/yVbboPavtxsgF8tkl nvwHPs5LdAwApEb8Ql3DH0+ZEw7OqEYno8+HY= MIME-Version: 1.0 Received: by 10.216.86.74 with SMTP id v52mr648769wee.124.1258255138046; Sat, 14 Nov 2009 19:18:58 -0800 (PST) Date: Sun, 15 Nov 2009 03:18:58 +0000 Message-ID: From: "b. f." To: freebsd-stable@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1 Cc: Nikolay Tychina Subject: Re: how to mirror cvs or svn with rsync X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Nov 2009 03:18:59 -0000 >I need a mirror of FreeBSD sources. >But the only one tool I can use for mirroring is rsync. I'm not quite sure why this is so: I wonder if you have examined all of your options, as others have written. Anyway, if you want to use rsync, have you tried any of the servers listed in: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/mirrors-rsync.html ?