From owner-freebsd-current@FreeBSD.ORG Sat Aug 23 14:04:23 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DE7AF106564A for ; Sat, 23 Aug 2008 14:04:23 +0000 (UTC) (envelope-from alexanderchuranov@gmail.com) Received: from qb-out-0506.google.com (qb-out-0506.google.com [72.14.204.234]) by mx1.freebsd.org (Postfix) with ESMTP id 8727B8FC15 for ; Sat, 23 Aug 2008 14:04:23 +0000 (UTC) (envelope-from alexanderchuranov@gmail.com) Received: by qb-out-0506.google.com with SMTP id e34so1275957qbe.35 for ; Sat, 23 Aug 2008 07:04:22 -0700 (PDT) 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:cc:in-reply-to:mime-version:content-type:references; bh=yYDTx5E75SC7Y7lm+6HLIPnMppdV4BrgQAUIGxnwBYA=; b=xdEiA7KVXEt9CDyrn6NYWRcdmTkekETCVqJzHWYP/eWGnzJXQ4tUrQHwRSP8kqepNy 5xzVET7jWJbBN5MPQIBcs+FNFZ2lvb4V1pE+EYE9p2uFKEoX4RHFXdcPbNaPiW1YQjcN v3yubFD06HbcZ18yNsJKTMTdQ8mes8e/KpXfY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:references; b=A34Ta11MUc6WNyGXzMSqLy7TBA/4Wc8OCDwohEfWStPrGAqN16JOOO9nDR/1cn1tuG RJbvXcvURXo7rp0B2V4JL6MeqdL7on61bdMuYLaEErg+cNFJ1QsLG4x365V/uQw3fHjK +VsBfDjGh3XqDrujg3/1eAF7KkqQHb6i/SQbE= Received: by 10.210.71.12 with SMTP id t12mr3305403eba.146.1219500261959; Sat, 23 Aug 2008 07:04:21 -0700 (PDT) Received: by 10.210.130.15 with HTTP; Sat, 23 Aug 2008 07:04:21 -0700 (PDT) Message-ID: <3cb459ed0808230704y26a5c9a5na494a988939bea0b@mail.gmail.com> Date: Sat, 23 Aug 2008 18:04:21 +0400 From: "Alexander Churanov" To: "Dmitry Morozovsky" In-Reply-To: <20080823175512.G24524@woozle.rinet.ru> MIME-Version: 1.0 References: <3cb459ed0808230256g3f0f51epd9ab54047d3bd681@mail.gmail.com> <20080823102656.GE99951@hoeg.nl> <20080823110406.GB10445@saltmine.radix.net> <3cb459ed0808230416w701714e8p7be03e544a964e7b@mail.gmail.com> <20080823114116.GA40125@owl.midgard.homeip.net> <3cb459ed0808230502o3324b5c8i465e8de85564bee7@mail.gmail.com> <7d6fde3d0808230531q3a6d0952s6faa632e8faaa3ff@mail.gmail.com> <3cb459ed0808230653y40fcacbawc2586aa67f3e18f0@mail.gmail.com> <20080823175512.G24524@woozle.rinet.ru> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Garrett Cooper , FreeBSD Current , Thomas Dickey , Ed Schouten Subject: Re: Unicode-based FreeBSD X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Aug 2008 14:04:24 -0000 2008/8/23, Dmitry Morozovsky : > > Alex, > > On Sat, 23 Aug 2008, Alexander Churanov wrote: > > AC> The first step is server/tag information that would enable me to > AC> check out the right code. > > just use HEAD from CVS for now, it's mostly (modulo original contrib > sources) > mirrored SVN which is not yet publicly announced -- then you get 8-CURRENT > > At your place I'd establish local CVS repo mirror via net/cvsup-without-gui > (or > even net/cvsup-mirror) and then checkout/update from there. > > At least that's what I do both at home and at work. ;-) > > Sincerely, > D.Marck [DM5020, MCK-RIPE, DM3-RIPN] > [ FreeBSD committer: marck@FreeBSD.org ] > ------------------------------------------------------------------------ > > *** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck@rinet.ru *** > ------------------------------------------------------------------------ > OK, thanks.