From owner-freebsd-stable@FreeBSD.ORG Wed Jul 2 03:30:14 2008 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 4750E1065689 for ; Wed, 2 Jul 2008 03:30:14 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.231]) by mx1.freebsd.org (Postfix) with ESMTP id EB5328FC0C for ; Wed, 2 Jul 2008 03:30:13 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: by wr-out-0506.google.com with SMTP id c8so77860wra.27 for ; Tue, 01 Jul 2008 20:30:13 -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 :content-transfer-encoding:content-disposition:references; bh=jACUFa2e4Fkcha8IzmdNszD8Le9FLypIiDpHhInyQak=; b=x1NInCZtAAymcmc9YfVR6QjDMUt8czSH85e5yUKWik6bijiOzfJsy78698GdFksAQa OXTD/e7nPFo8aVL+SMxTWEsilXUWq2dlV92Uq3aAxTNTzMV2LTg/ggTplYlCBIDrEfOU tyv/Qqe9cptc15SHdUSv9V96WOzwRWhKlm6Rg= 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:content-transfer-encoding:content-disposition :references; b=VfN8mg1ed71nVatUHR7y/86IXtlDWYhSfPBY/14tfL1hJg4Or3EmiemybFUIGP/qHN 6i06mBzrM5mftxCckiQk7rTbBw+CUya2smdsuJM48g5rAckzSALskc4h0nLxR6kXU95g EVJfUKNP9hJ3podiLXK1dGWMAHo6t8fxWwyFU= Received: by 10.90.113.17 with SMTP id l17mr7737539agc.68.1214967781152; Tue, 01 Jul 2008 20:03:01 -0700 (PDT) Received: by 10.90.79.1 with HTTP; Tue, 1 Jul 2008 20:03:00 -0700 (PDT) Message-ID: <790a9fff0807012003j1b187d3dr75496cd239696137@mail.gmail.com> Date: Tue, 1 Jul 2008 22:03:00 -0500 From: "Scot Hetzel" To: "Yousef Raffah" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20080630110349.GA80339@eos.sc1.parodius.com> Cc: freebsd-stable@freebsd.org Subject: Re: Syncing or maybe update issue 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: Wed, 02 Jul 2008 03:30:14 -0000 On Tue, Jul 1, 2008 at 6:13 AM, Yousef Raffah wrote: > I guess I couldn't figure out how to checkout RELENG_7_0_0_RELEASE > from the mirror > freebsdanoncvs@anoncvs.FreeBSD.org:/home/ncvs > I typed this: > # cvs checkout -r RELENG_7_0_0_RELEASE src > > Can someone help with it, I can't spot an issue with the syntax but it > is complaining saying: > cvs [checkout aborted]: cannot write /home/ncvs/CVSROOT/val-tags: > Permission denied Have a look at the handbook section: A.3 Using Anonymous CVS http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/anoncvs.html Scot