Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
X-Authentication-Warning: smtp1.cern.ch: Host IDENT:root@pb-d-137-138-206-44.cern.ch [137.138.206.44] claimed to be skywalker.cern.ch
Message-ID: <3A12A84A.6E8F6FAD@cern.ch>
Date: Wed, 15 Nov 2000 16:14:18 +0100
From: "Lassi A. Tuura" <lassi.tuura@cern.ch>
Organization: Northeastern University, Boston, USA
X-Mailer: Mozilla 4.7 [en] (X11; I; Linux 2.2.12-20 i686)
X-Accept-Language: en
MIME-Version: 1.0
To: Earnie Boyd <earnie_boyd@yahoo.com>
CC: Paul Stodghill <stodghil@cs.cornell.edu>,
        "Cygwin Mailing List (E-mail)" <cygwin@sources.redhat.com>
Subject: Re: Symlink'ed current directory and FIND
References: <20001115143515.15971.qmail@web116.yahoomail.com>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

> Find doesn't dereference symbolic links unless you tell it to.

Yes, but surely it should follow the links to the *current* directory? 
Not following links anywhere under it should be ok, but not finding
anything when sitting in a directory behind a symlink does sound like a
problem.

Paul, can you check what find does under strace in both circumstances to
see if there is any obvious reason for it to fail?  FWIW, try also the
`-noleaf' option.  GNU find has optimisations that have occasionally
caused problems for me in other contexts (cf. the manpage).  Maybe
cygwin doesn't always maintain the invariants GNU find uses for the
optimisations; using `-noleaf' would solve that one (I have no idea why
that would happen under cygwin, but there is no harm in trying).

Hope this helps,
//lat
-- 
It isn't what you don't know that hurts you, it's
what you know that ain't so. --Mark Twain, or else
some other prominent 19th century humorist and wit

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

