Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse, Egit and Symlinks or symbolic links - Is it possible to make a dirty eclipse plugin to fix this?

It's been years the problem exists because there isn't a portable way for eclipse or java to detect symlinks.

Now symlinks are very, very useful so regardless of the non portable reason, would it be possible from an eclipse plugin to fix this and not have Egit consider symlinks and everything under it to be new files?

like image 760
bksunday Avatar asked Aug 17 '12 19:08

bksunday


1 Answers

We plan to implement in JGit using Java 7 (though there is no concrete timeline yet, contributions welcome), see [1], there is also a draft for a JNI based native implementation [2].

[1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=354367 [2] https://git.eclipse.org/r/#/c/2125/

like image 56
Matthias Sohn Avatar answered Sep 22 '22 15:09

Matthias Sohn