Christoph.Pospiech skrev 2011-08-07 22.45:
> Hi,
>
> I am using EGit nightly build (and upgraded yesterday). Apparently, when
> I import a project via EGit, symbolic links are turned into flat files.
>
> Is this a known phenomenon ?
Yes, we know about it. Until recently Java had no way to deal with
symbolic links, but still we need to work with Java5, which does not
have Java7 support.
It would be possible to implement something that is enabled only when
Java 7 is installed.
I am planning to look into using Java 7 to improve jgit this fall, but I will start with the NIO2 features first which can help to improve performance as this affects more projects :~)