X-Spam-Check-By: sourceware.org Date: Fri, 13 Jul 2007 16:11:46 +0200 From: Corinna Vinschen To: cygwin AT cygwin DOT com Subject: Re: bug in cygwin_conv_to_posix_path() caused by period in win32 path Message-ID: <20070713141146.GV6851@calimero.vinschen.de> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <468A1024 DOT 8000007 AT mff DOT cuni DOT cz> <468A441A DOT 2000009 AT cygwin DOT com> <468B657B DOT 3050306 AT mff DOT cuni DOT cz> <20070704213927 DOT GC16838 AT trixie DOT casa DOT cgf DOT cx> <468D70E6 DOT 4070403 AT mff DOT cuni DOT cz> <468D75C5 DOT 5050507 AT cygwin DOT com> <20070706001522 DOT GB22578 AT ednor DOT casa DOT cgf DOT cx> <46967A99 DOT 5040208 AT mff DOT cuni DOT cz> <20070713073725 DOT GJ6851 AT calimero DOT vinschen DOT de> <46976DEE DOT 2000004 AT mff DOT cuni DOT cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <46976DEE.2000004@mff.cuni.cz> User-Agent: Mutt/1.4.2.2i Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: 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 On Jul 13 14:19, Pavel Kudrna wrote: > Corinna Vinschen wrote: > >I don't see how converting a pure DOS-ism > >into a wrong POSIX path is doing any good. > > > Novell client uses paths of type z:. as so called search drives. It is > stupid because if works > only until you change current dir on that drive. It should use z:\ > instead but we can't change it > and it works. > So the good is that it is possible to run novell netware utilities from > cygwin bash etc. I don't understand this one. The Novel client is not a Cygwin application, right? How does it help a native Windows application if the path is converted to a Cygwin-specific POSIX path? I don't get this. Another point is this: Converting C:. to C:. keeps the path correct, Converting C:. to /cygdrive/c/. creates a wrong path. Even if it helps your Novell client (no idea how that's possible, but still...) then it still might break other applications. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader cygwin AT cygwin DOT com Red Hat -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/