X-Spam-Check-By: sourceware.org To: cygwin AT cygwin DOT com From: Eric Blake Subject: Re: Call for testing Cygwin snapshot Date: Thu, 27 Apr 2006 14:13:09 +0000 (UTC) Lines: 26 Message-ID: References: <042720061327 DOT 212 DOT 4450C6A60001E0B3000000D422073007930A050E040D0C079D0A AT comcast DOT net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit User-Agent: Loom/3.14 (http://gmane.org/) X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 Danilo Turina alcatel.it> writes: > > No, sorry: I'm not using a snapshot. I thought you intended to say that > /bin/pwd would have failed also with the current version. Here's the behavior I see in a dynamic view, under 5.94-5: $ /bin/pwd /cygdrive/l/Implementation $ cd script@@/main/ $ pwd /cygcrive/l/Implementation/script@@/main $ /bin/pwd /bin/pwd: couldn't find directory entry in `../..' with matching i-node $ Bash has always used getcwd(), and it is only the experimental 5.94-[2-5] versions that use readdir(). If you stick with the stable 5.94-1, which still uses getcwd(), or wait for cygwin-1.5.20 and coreutils-5.94-6, then you will not have the above problem when using clearcase. -- Eric Blake -- 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/