X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:cc :subject:references:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=Q5Ye4GCpHny20VSx Cj4Su4xBGby5XH9BnA9NQrjTQTr8FMxmZ+scKFkoS2SGGfHJooeI11dXf1mHS9QH ghGkdPEYLmdUnFY5mPkzN1cFhNx05OEaZjL1Y0cTHiW+ba556nBh/9SyWI8GcpnE z0TeV/PUL34pBpx/rLKsgYaOMkY= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:cc :subject:references:in-reply-to:content-type :content-transfer-encoding; s=default; bh=yvR6WXpHqVPun9+IIPc8xj CVZHU=; b=s+ckuWc94uMLpqC48pw423y0JuuO5Mux/yxrmchOFYTcvuVPJJY+g+ oJ2E9k6ObNbQTQm11qfjyhP0or3joqyZy4cCHkO7gkiSs+/GQfecUeOMwHymXJuX GcLNnUr3vGJl3l7/DWVUG1GPc89H5tC8bkAO23Jk5q9kK3IFU55ZY= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-Spam-SWARE-Status: No, score=0.8 required=5.0 tests=FREEMAIL_FROM,KHOP_THREADED,RCVD_IN_HOSTKARMA_YE,RDNS_NONE,SPF_PASS autolearn=no version=3.3.1 X-Received: by 10.49.82.234 with SMTP id l10mr35056665qey.17.1373642837873; Fri, 12 Jul 2013 08:27:17 -0700 (PDT) Message-ID: <51E02052.4050804@gmail.com> Date: Fri, 12 Jul 2013 11:27:14 -0400 From: Mark Levedahl User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130625 Thunderbird/17.0.7 MIME-Version: 1.0 Newsgroups: gmane.comp.version-control.git,gmane.os.cygwin To: Mikko Rapeli CC: cygwin AT cygwin DOT com, git AT vger DOT kernel DOT org Subject: Re: Cygwin, git and x: directory References: <20130712124213 DOT GL14578 AT lakka DOT kapsi DOT fi> In-Reply-To: <20130712124213.GL14578@lakka.kapsi.fi> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 07/12/2013 08:42 AM, Mikko Rapeli wrote: > (please Cc: me in replies, not subscribed to the lists) > > Hi Cygwin and git developers, > > Does following scenario show signs of bugs in Cygwin and/or git? > > # setup git repo > $ cd /tmp > $ mkdir foo && cd foo > $ git init > > # create x: directory > $ mkdir x: > $ ls > x: I would report this on the Cygwin list, not here. Any use of dos file paths using a Cygwin tool is not recommended, officially only POSIX paths are supported. If cygwin's Cmake is generating dos style paths, that is a bug that needs reporting to the Cygwin list. Also, I'm not sure how the developers will react to mishandling a directory named x:, but the behaviour you see is a limitation of the Cygwin platform, not of git. Mark -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple