On Wed, Sep 10, 2008 at 2:58 PM, Gilles Scokart <[EMAIL PROTECTED]> wrote:
> If I take the example,
>          I <-----\
>         / \      |
>        /   \     |
>       B     C    |
>      /       \   |
>     /         \  |
>  file.txt      A--/
>
> and I start with /, with the pattern /**/*.txt, even with a
> maxLevelsOfSymlinks 1, I will get
> /B/file.txt
> /C/A/B/file.txt
>
> Clearly, you get twice the same file.  Maybe that's not what the user
> want.  But which one should we choose?

What matters most is to not get into infinite loops.

If someone puts cycles in its links, I'm not sure there's much we can
do more than avoid the infinite loop. --DD

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to