pylon icon indicating copy to clipboard operation
pylon copied to clipboard

workspace file tree does not follow `ln -s`

Open Morabaraba opened this issue 8 years ago • 3 comments

I have a workspace /home/ubuntu/workspace and inside the dir I have a symlink ln -s /opt/prjx prjx. I see the folder but I can not expand it in the tree view.

This might be for security? or my symlinks is just wrong. I tried relative symlinks with no success.

lrwxrwxrwx  1 usr usr   15 May  9 12:05 prjx -> /opt/prjx/
lrwxrwxrwx  1 usr usr    7 May 10 21:33 tmp -> ../tmp/

Morabaraba avatar May 10 '17 19:05 Morabaraba

With the current implementation, the tree view doesn't work with symlinks, even when you keep the symlinks within the domain of the mounted workspace.

exsilium avatar May 10 '17 20:05 exsilium

a work around is to use fuse and mount your filesystem over ssh. It seems to allow c9v2 to follow the symlink.

Morabaraba avatar Jun 24 '17 06:06 Morabaraba

I think we can try looking over C9v3's vfs plugin, but probably v3 also carries the same problem

sr229 avatar Oct 25 '18 04:10 sr229