From owner-freebsd-questions@FreeBSD.ORG Thu Mar 24 20:59:36 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 221E516A4CE for ; Thu, 24 Mar 2005 20:59:36 +0000 (GMT) Received: from raptor.cigb.edu.cu (raptor.cigb.edu.cu [200.55.134.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4013743D58 for ; Thu, 24 Mar 2005 20:59:31 +0000 (GMT) (envelope-from osmany.guirola@cigb.edu.cu) Received: from atlas.cigb.edu.cu ([172.16.1.12]) by raptor.cigb.edu.cu with Microsoft SMTPSVC(5.0.2195.6713); Thu, 24 Mar 2005 16:59:10 -0400 Received: from Unknown [172.16.1.4] by atlas.cigb.edu.cu - SurfControl E-mail Filter (4.6); Thursday, 24 March 2005, 16:58:19 Received: from [172.16.11.106] ([172.16.11.106]) by mercurio.cigb.edu.cu with Microsoft SMTPSVC(5.0.2195.6713); Thu, 24 Mar 2005 16:57:38 -0400 Message-ID: <4242F221.4080902@cigb.edu.cu> From: Osmany Guirola Cruz To: freebsd-questions@freebsd.org Date: Thu, 24 Mar 2005 17:00:17 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Accept-Language: en-us, en X-OriginalArrivalTime: 24 Mar 2005 20:57:38.0396 (UTC) FILETIME=[1CB779C0:01C530B4] References: <42430C4A.3080200@gmail.com> <42432463.7090403@daleco.biz> In-Reply-To: <42432463.7090403@daleco.biz> User-Agent: Mozilla Thunderbird 1.0 (X11/20050125) Subject: cvs question? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Mar 2005 20:59:36 -0000 Hi people I am learning in the use of cvs for sync my src and ports i use this command line and works perfectly #cvs -d freebsdanoncvs@anoncvs.FreeBSD.org:/home/ncvs co src but this line update my source tree with the current version 6.0 but i don't want this version then i do this #cvs -d freebsdanoncvs@anoncvs.FreeBSD.org:/home/ncvs co -rRELENG_5 src and get this error cvs [checkout aborted]: cannot write /home/ncvs/CVSROOT/val-tags: Permission denied What can i do? How can i obtain the src tree of 5-STABLE and the ports tree via cvs "i can not use cvsup"?