From owner-freebsd-stable@FreeBSD.ORG Sat Oct 11 15:02:38 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 50D64106568E for ; Sat, 11 Oct 2008 15:02:38 +0000 (UTC) (envelope-from njm@njm.f2s.com) Received: from mk-outboundfilter-4.mail.uk.tiscali.com (mk-outboundfilter-4.mail.uk.tiscali.com [212.74.114.32]) by mx1.freebsd.org (Postfix) with ESMTP id DB4268FC15 for ; Sat, 11 Oct 2008 15:02:37 +0000 (UTC) (envelope-from njm@njm.f2s.com) X-Trace: 145919201/mk-outboundfilter-2.mail.uk.tiscali.com/F2S/$F2S-ACCEPTED/f2s-freedom2Surf-customers/195.137.21.170 X-SBRS: None X-RemoteIP: 195.137.21.170 X-IP-MAIL-FROM: njm@njm.f2s.com X-IP-BHB: Once X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AtcEAAlW8EjDiRWq/2dsb2JhbACBcrh6gWw X-IronPort-AV: E=Sophos;i="4.33,393,1220223600"; d="scan'208";a="145919201" X-IP-Direction: IN Received: from i-195-137-21-170.freedom2surf.net (HELO oberon.njm.f2s.com) ([195.137.21.170]) by smtp.f2s.tiscali.co.uk with ESMTP/TLS/DHE-RSA-AES256-SHA; 11 Oct 2008 15:33:38 +0100 Received: from oberon.njm.f2s.com (localhost.njm.f2s.com [127.0.0.1]) by oberon.njm.f2s.com (8.14.3/8.14.3) with ESMTP id m9BEXbL8076958; Sat, 11 Oct 2008 15:33:37 +0100 (BST) (envelope-from njm@oberon.njm.f2s.com) Received: (from njm@localhost) by oberon.njm.f2s.com (8.14.3/8.14.3/Submit) id m9BEXajL076957; Sat, 11 Oct 2008 15:33:36 +0100 (BST) (envelope-from njm) Date: Sat, 11 Oct 2008 15:33:36 +0100 From: "N.J. Mann" To: Shakul M Hameed Message-ID: <20081011143336.GA74982@oberon.njm.f2s.com> Mail-Followup-To: Shakul M Hameed , freebsd-stable@freebsd.org References: <20081011173613.GA7326@freebsdbox> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20081011173613.GA7326@freebsdbox> X-Operating-System: FreeBSD 7.1-PRERELEASE User-Agent: Mutt/1.5.18cvs (2008-07-02) Cc: freebsd-stable@freebsd.org Subject: Re: cvsup 7.0 STABLE checkout failure 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: Sat, 11 Oct 2008 15:02:38 -0000 In message <20081011173613.GA7326@freebsdbox>, Shakul M Hameed (smohideen@mx2.labs.rootshell.ws) wrote: > I am trying to download 7.0 stable release through cvsup, but it fails. I tried changing the server, but still get those errors. > > ----- ERROR ------- > > Checkout src/share/doc/psd/15.yacc/ss.. > Updater failed: Error in > "/usr/home/moin/smbmount/code/SUPDB/sup/src-all/checkouts.cvs:RELENG_7": Cannot rename > "/usr/home/moin/smbmount/code/SUPDB/sup/src-all/#cvs.cvsup-7219.0" to > "/usr/home/moin/smbmount/code/SUPDB/sup/src-all/checkouts.cvs:RELENG_7": No such filer or directory Does the file system that you are using support colons (:) in file names? If it is FAT, HPFS or NTFS, or a derivative of one of those, it probably doesn't and I suspect that is your problem. Of course I could be very wrong. ;-) Cheers, Nick. --