From owner-freebsd-stable@FreeBSD.ORG Sat Oct 11 15:35:29 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 CA5921065686 for ; Sat, 11 Oct 2008 15:35:29 +0000 (UTC) (envelope-from smohideen@mx2.labs.rootshell.ws) Received: from ti-out-0910.google.com (ti-out-0910.google.com [209.85.142.185]) by mx1.freebsd.org (Postfix) with ESMTP id 4BBED8FC2C for ; Sat, 11 Oct 2008 15:35:29 +0000 (UTC) (envelope-from smohideen@mx2.labs.rootshell.ws) Received: by ti-out-0910.google.com with SMTP id d27so505975tid.3 for ; Sat, 11 Oct 2008 08:35:27 -0700 (PDT) Received: by 10.110.26.20 with SMTP id 20mr3087084tiz.29.1223739327401; Sat, 11 Oct 2008 08:35:27 -0700 (PDT) Received: from localhost ([123.236.53.245]) by mx.google.com with ESMTPS id i9sm4246010tid.9.2008.10.11.08.35.23 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 11 Oct 2008 08:35:25 -0700 (PDT) Date: Sun, 12 Oct 2008 02:41:34 +0530 From: Shakul M Hameed To: Jeremy Chadwick Message-ID: <20081011211134.GB6318@freebsdbox> References: <20081011173613.GA7326@freebsdbox> <20081011180308.GA7094@freebsdbox> <20081011123826.GA62390@icarus.home.lan> <20081011195131.GA931@freebsdbox> <20081011144711.GA64861@icarus.home.lan> <20081011205052.GA6318@freebsdbox> <20081011152451.GA65652@icarus.home.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20081011152451.GA65652@icarus.home.lan> User-Agent: Mutt/1.4.2.3i Cc: freebsd-stable@freebsd.org, freebsd-questions@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:35:29 -0000 On Sat, Oct 11, 2008 at 08:24:51AM -0700, Jeremy Chadwick wrote: > On Sun, Oct 12, 2008 at 02:20:52AM +0530, Shakul M Hameed wrote: > > On Sat, Oct 11, 2008 at 07:47:11AM -0700, Jeremy Chadwick wrote: > > > Are you sure? http://www.freebsd.org/doc/en/books/handbook/cvsup.html -- see > > > the first "Note:" paragraph. > > > > As a newbie to FreeBSD, I would rather like to have a single Code Versioning system. > > Several methods put newbies in dilemma to decide upon the best suitable procedure. > > I feel there should be one unique source code management system. > > csup and cvsup function the same, and they both rely on the same source > versioning system. However, cvsup requires Modula3/ezm3 (an external > dependency), while csup was written entirely in C and comes with the > FreeBSD base system. > > Does this explain the difference? > > Thus: pkg_delete cvsup and ezm3 (if installed) from your system, and > start using csup. :-) > > > > I don't see how that would fix or change anything. In fact, I'm fairly > > > certain it doesn't. > > > > > > The error you are receiving from cvsup is telling you "I tried to rename > > > a file, but couldn't". This often implies a permissions or ownership > > > thing. Since the directory you're storing stuff in is on an SMB/CIFS > > > share, I cannot help but wonder if that's the cause of the problem > > > (somehow). > > > > Jeremy, as pointed by "N.J. Mann" recently in a reply in this thread, there is a semicolon in the filename > > You mean colon, but I understand what you meant. > > > where the rename faliure happened. Because the file > > "checkouts.cvs:RELENG_7" had ":" in it, which was not created > > subsequently due to SMB limitation for ":"-based filenames. > > > > Because this the cvsup checked-out halted at this point. Morever, as > > indicated by "Sean " the case-insensitiveness > > would lead to missing files. > > > > I think, I should format my Network drive to NFS to make it really > > UNIX friendly. > > NFS is a transport protocol, not a filesystem type. You don't "format a > disk to be NFS-friendly". You can use NFS with any type of filesystem; > UFS/FFS, ZFS, ext2fs, ext3fs, NTFS, MS-DOS, etc... > > The problem is that you're using an NTFS across smbmount(8). NTFS does > not support some characters in filenames, and also is case-insensitive. > You are being limited by NTFS, and also possibly by smbmount(8). > > What you need is to install another disk in your FreeBSD box, or > allocate space somewhere on the existing filesystem(s) for your > development stuff. > > If you really want Windows and FreeBSD to "play well" together, your > best option is to run Samba on the FreeBSD box and use UFS2 filesystems, > then make the Windows machine mount shares from the FreeBSD machine. > The other way around (FreeBSD-->Windows) creates problems like the ones > you've experienced. I am never going to do a Windows->FreeBSD mount as it is not required for me. I rather go for extra space on my FreeBSD box. Is there any method to increase the size of my FreeBSD partition?? Thanks, Moin > > Hope this helps. Cheers! > > -- > | Jeremy Chadwick jdc at parodius.com | > | Parodius Networking http://www.parodius.com/ | > | UNIX Systems Administrator Mountain View, CA, USA | > | Making life hard for others since 1977. PGP: 4BD6C0CB | -- - Moin