From owner-freebsd-chat@FreeBSD.ORG Thu Jul 26 17:03:19 2007 Return-Path: Delivered-To: freebsd-chat@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0920B16A419 for ; Thu, 26 Jul 2007 17:03:19 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from tarsier.geekcn.org (tarsier.geekcn.org [210.51.165.229]) by mx1.freebsd.org (Postfix) with ESMTP id BA45313C45B for ; Thu, 26 Jul 2007 17:03:18 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from localhost (tarsier.geekcn.org [210.51.165.229]) by tarsier.geekcn.org (Postfix) with ESMTP id ADC29EB0E81; Fri, 27 Jul 2007 00:47:58 +0800 (CST) X-Virus-Scanned: amavisd-new at geekcn.org Received: from tarsier.geekcn.org ([210.51.165.229]) by localhost (mail.geekcn.org [210.51.165.229]) (amavisd-new, port 10024) with ESMTP id u233r5FfjUTi; Fri, 27 Jul 2007 00:47:52 +0800 (CST) Received: from charlie.delphij.net (unknown [61.49.186.182]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tarsier.geekcn.org (Postfix) with ESMTP id E69B5EB0EA0; Fri, 27 Jul 2007 00:47:51 +0800 (CST) DomainKey-Signature: a=rsa-sha1; s=default; d=delphij.net; c=nofws; q=dns; h=message-id:date:from:user-agent:mime-version:to:cc:subject: references:in-reply-to:content-type:content-transfer-encoding; b=og+NgkTLpfsfhyKlEWPGlaF5ukujZJdCB9kP/vOvpqy6dddFcIFTsQYVXIU8+hhSR nGHohEJaVaG9Fuw6egSyA== Message-ID: <46A8D037.9070000@delphij.net> Date: Fri, 27 Jul 2007 00:47:51 +0800 From: Xin LI User-Agent: Thunderbird 2.0.0.5 (X11/20070721) MIME-Version: 1.0 To: wang cui References: In-Reply-To: Content-Type: text/plain; charset=GB2312 Content-Transfer-Encoding: 7bit Cc: freebsd-chat@freebsd.org Subject: Re: How to ignore files that have colon in their names, when CVS checkout. X-BeenThere: freebsd-chat@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Non technical items related to the community List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Jul 2007 17:03:19 -0000 wang cui wrote: > Hi, > I am a windows user, when I use TortoiseCVS to checkout the latest > FreeBSD src repository, it always failed at "src/usr.bin/window" module. > Because there are some files with colon in their names, such as ":tt". > So doesn't anyone got this problem? How to resolve it? If you have to check out that code, you should use an Operating System which supports : in filenames, which means that Windows would not be a good candidate. Cheers,